Loading pkgs/development/python-modules/approvaltests/default.nix +4 −8 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ empty-files, fetchFromGitHub, mock, mrjob, numpy, pyperclip, pytest, Loading @@ -20,14 +19,14 @@ buildPythonPackage rec { pname = "approvaltests"; version = "14.6.0"; version = "15.0.0"; pyproject = true; src = fetchFromGitHub { owner = "approvals"; repo = "ApprovalTests.Python"; tag = "v${version}"; hash = "sha256-hoBT83p2PHZR5NtVChdWK5SMjLt8llj59K5ODaKtRhQ="; hash = "sha256-lXc81hQzxHxpg96OSWkkWmdmLOf4nU56dIKYVgLo+s8="; }; build-system = [ setuptools ]; Loading @@ -38,7 +37,6 @@ buildPythonPackage rec { beautifulsoup4 empty-files mock mrjob pyperclip pytest testfixtures Loading @@ -52,11 +50,9 @@ buildPythonPackage rec { ]; disabledTests = [ "test_preceding_whitespace" "test_warnings" # test runs another python interpreter, ignoring $PYTHONPATH "test_command_line_verify" # Tests expect paths below ApprovalTests.Python directory "test_received_filename" "test_pytest_namer" ]; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/approvaltests/default.nix +4 −8 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ empty-files, fetchFromGitHub, mock, mrjob, numpy, pyperclip, pytest, Loading @@ -20,14 +19,14 @@ buildPythonPackage rec { pname = "approvaltests"; version = "14.6.0"; version = "15.0.0"; pyproject = true; src = fetchFromGitHub { owner = "approvals"; repo = "ApprovalTests.Python"; tag = "v${version}"; hash = "sha256-hoBT83p2PHZR5NtVChdWK5SMjLt8llj59K5ODaKtRhQ="; hash = "sha256-lXc81hQzxHxpg96OSWkkWmdmLOf4nU56dIKYVgLo+s8="; }; build-system = [ setuptools ]; Loading @@ -38,7 +37,6 @@ buildPythonPackage rec { beautifulsoup4 empty-files mock mrjob pyperclip pytest testfixtures Loading @@ -52,11 +50,9 @@ buildPythonPackage rec { ]; disabledTests = [ "test_preceding_whitespace" "test_warnings" # test runs another python interpreter, ignoring $PYTHONPATH "test_command_line_verify" # Tests expect paths below ApprovalTests.Python directory "test_received_filename" "test_pytest_namer" ]; pythonImportsCheck = [ Loading