Loading pkgs/development/python-modules/pushover-complete/default.nix +9 −6 Original line number Diff line number Diff line Loading @@ -4,9 +4,10 @@ , isPy27 , requests , six , tox , pytest , pytestCheckHook , pythonOlder , requests-toolbelt , responses }: buildPythonPackage rec { Loading @@ -25,11 +26,13 @@ buildPythonPackage rec { six ]; checkInputs = [ pytest tox ]; checkInputs = [ pytestCheckHook requests-toolbelt responses ]; # Fails also on their travis right now: # - https://travis-ci.org/scolby33/pushover_complete/builds?utm_medium=notification&utm_source=github_status doCheck = pythonOlder "3.7"; pythonImportsCheck = [ "pushover_complete" ]; meta = with lib; { description = "A Python package for interacting with *all* aspects of the Pushover API"; Loading Loading
pkgs/development/python-modules/pushover-complete/default.nix +9 −6 Original line number Diff line number Diff line Loading @@ -4,9 +4,10 @@ , isPy27 , requests , six , tox , pytest , pytestCheckHook , pythonOlder , requests-toolbelt , responses }: buildPythonPackage rec { Loading @@ -25,11 +26,13 @@ buildPythonPackage rec { six ]; checkInputs = [ pytest tox ]; checkInputs = [ pytestCheckHook requests-toolbelt responses ]; # Fails also on their travis right now: # - https://travis-ci.org/scolby33/pushover_complete/builds?utm_medium=notification&utm_source=github_status doCheck = pythonOlder "3.7"; pythonImportsCheck = [ "pushover_complete" ]; meta = with lib; { description = "A Python package for interacting with *all* aspects of the Pushover API"; Loading