Loading pkgs/development/python-modules/versionfinder/default.nix +7 −2 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, GitPython, pytest, backoff, requests }: { lib, buildPythonPackage, fetchFromGitHub, GitPython, pytestCheckHook, backoff, requests }: buildPythonPackage rec { pname = "versionfinder"; Loading @@ -17,10 +17,15 @@ buildPythonPackage rec { ]; checkInputs = [ pytest pytestCheckHook requests ]; disabledTestPaths = [ # acceptance tests use the network "versionfinder/tests/test_acceptance.py" ]; pythonImportsCheck = [ "versionfinder" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/versionfinder/default.nix +7 −2 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, GitPython, pytest, backoff, requests }: { lib, buildPythonPackage, fetchFromGitHub, GitPython, pytestCheckHook, backoff, requests }: buildPythonPackage rec { pname = "versionfinder"; Loading @@ -17,10 +17,15 @@ buildPythonPackage rec { ]; checkInputs = [ pytest pytestCheckHook requests ]; disabledTestPaths = [ # acceptance tests use the network "versionfinder/tests/test_acceptance.py" ]; pythonImportsCheck = [ "versionfinder" ]; meta = with lib; { Loading