lol

python310Packages.pushover-complete: enable tests

+9 -6
+9 -6
pkgs/development/python-modules/pushover-complete/default.nix
··· 4 4 , isPy27 5 5 , requests 6 6 , six 7 - , tox 8 - , pytest 7 + , pytestCheckHook 9 8 , pythonOlder 9 + , requests-toolbelt 10 + , responses 10 11 }: 11 12 12 13 buildPythonPackage rec { ··· 25 26 six 26 27 ]; 27 28 28 - checkInputs = [ pytest tox ]; 29 + checkInputs = [ 30 + pytestCheckHook 31 + requests-toolbelt 32 + responses 33 + ]; 29 34 30 - # Fails also on their travis right now: 31 - # - https://travis-ci.org/scolby33/pushover_complete/builds?utm_medium=notification&utm_source=github_status 32 - doCheck = pythonOlder "3.7"; 35 + pythonImportsCheck = [ "pushover_complete" ]; 33 36 34 37 meta = with lib; { 35 38 description = "A Python package for interacting with *all* aspects of the Pushover API";