Loading pkgs/development/python-modules/rq/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,11 @@ buildPythonPackage rec { "rq" ]; disabledTests = [ # AttributeError "test_clean_large_registry" ]; meta = with lib; { description = "Library for creating background jobs and processing them"; homepage = "https://github.com/nvie/rq/"; Loading pkgs/development/python-modules/transitions/default.nix +20 −14 Original line number Diff line number Diff line Loading @@ -2,27 +2,32 @@ , stdenv , buildPythonPackage , fetchPypi , pythonAtLeast , six , pygraphviz , pytestCheckHook , mock , fontconfig , graphviz , mock , pycodestyle , fontconfig , pygraphviz , pytestCheckHook , pythonAtLeast , setuptools , six }: buildPythonPackage rec { pname = "transitions"; version = "0.9.0"; format = "setuptools"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-L1TRG9siV3nX5ykBHpOp+3F2aM49xl+NT1pde6L0jhA="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ six pygraphviz # optional ]; Loading @@ -39,12 +44,12 @@ buildPythonPackage rec { export HOME=$TMPDIR ''; # upstream issue https://github.com/pygraphviz/pygraphviz/issues/441 pytestFlagsArray = lib.optionals stdenv.isDarwin [ "--deselect=tests/test_pygraphviz.py::PygraphvizTest::test_binary_stream" "--deselect=tests/test_pygraphviz.py::PygraphvizTest::test_diagram" "--deselect=tests/test_pygraphviz.py::TestPygraphvizNested::test_binary_stream" "--deselect=tests/test_pygraphviz.py::TestPygraphvizNested::test_diagram" disabledTests = [ "test_diagram" "test_ordered_with_graph" ] ++ lib.optionals stdenv.isDarwin [ # Upstream issue https://github.com/pygraphviz/pygraphviz/issues/441 "test_binary_stream" ]; pythonImportsCheck = [ Loading @@ -54,6 +59,7 @@ buildPythonPackage rec { meta = with lib; { homepage = "https://github.com/pytransitions/transitions"; description = "A lightweight, object-oriented finite state machine implementation in Python"; changelog = "https://github.com/pytransitions/transitions/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; }; Loading Loading
pkgs/development/python-modules/rq/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,11 @@ buildPythonPackage rec { "rq" ]; disabledTests = [ # AttributeError "test_clean_large_registry" ]; meta = with lib; { description = "Library for creating background jobs and processing them"; homepage = "https://github.com/nvie/rq/"; Loading
pkgs/development/python-modules/transitions/default.nix +20 −14 Original line number Diff line number Diff line Loading @@ -2,27 +2,32 @@ , stdenv , buildPythonPackage , fetchPypi , pythonAtLeast , six , pygraphviz , pytestCheckHook , mock , fontconfig , graphviz , mock , pycodestyle , fontconfig , pygraphviz , pytestCheckHook , pythonAtLeast , setuptools , six }: buildPythonPackage rec { pname = "transitions"; version = "0.9.0"; format = "setuptools"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-L1TRG9siV3nX5ykBHpOp+3F2aM49xl+NT1pde6L0jhA="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ six pygraphviz # optional ]; Loading @@ -39,12 +44,12 @@ buildPythonPackage rec { export HOME=$TMPDIR ''; # upstream issue https://github.com/pygraphviz/pygraphviz/issues/441 pytestFlagsArray = lib.optionals stdenv.isDarwin [ "--deselect=tests/test_pygraphviz.py::PygraphvizTest::test_binary_stream" "--deselect=tests/test_pygraphviz.py::PygraphvizTest::test_diagram" "--deselect=tests/test_pygraphviz.py::TestPygraphvizNested::test_binary_stream" "--deselect=tests/test_pygraphviz.py::TestPygraphvizNested::test_diagram" disabledTests = [ "test_diagram" "test_ordered_with_graph" ] ++ lib.optionals stdenv.isDarwin [ # Upstream issue https://github.com/pygraphviz/pygraphviz/issues/441 "test_binary_stream" ]; pythonImportsCheck = [ Loading @@ -54,6 +59,7 @@ buildPythonPackage rec { meta = with lib; { homepage = "https://github.com/pytransitions/transitions"; description = "A lightweight, object-oriented finite state machine implementation in Python"; changelog = "https://github.com/pytransitions/transitions/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; }; Loading