lol

python310Packages.pushover-complete: enable tests

+9 -6
+9 -6
pkgs/development/python-modules/pushover-complete/default.nix
··· 4 , isPy27 5 , requests 6 , six 7 - , tox 8 - , pytest 9 , pythonOlder 10 }: 11 12 buildPythonPackage rec { ··· 25 six 26 ]; 27 28 - checkInputs = [ pytest tox ]; 29 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"; 33 34 meta = with lib; { 35 description = "A Python package for interacting with *all* aspects of the Pushover API";
··· 4 , isPy27 5 , requests 6 , six 7 + , pytestCheckHook 8 , pythonOlder 9 + , requests-toolbelt 10 + , responses 11 }: 12 13 buildPythonPackage rec { ··· 26 six 27 ]; 28 29 + checkInputs = [ 30 + pytestCheckHook 31 + requests-toolbelt 32 + responses 33 + ]; 34 35 + pythonImportsCheck = [ "pushover_complete" ]; 36 37 meta = with lib; { 38 description = "A Python package for interacting with *all* aspects of the Pushover API";