Skip to content

Commit

Permalink
python3{11,12}Packages.nose2pytest: disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Oct 15, 2024
1 parent 428d7f7 commit 364ddc4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/development/python-modules/nose2pytest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
setuptools,
fissix,
pytest,
pytestCheckHook,
nose,
}:

let
Expand Down Expand Up @@ -43,14 +41,8 @@ buildPythonPackage {
pytest
];

nativeCheckInputs = [
pytestCheckHook
nose
];

preCheck = ''
export HOME=$(mktemp -d)
'';
# Tests depend on nose!
doCheck = false;

pythonImportsCheck = [ "nose2pytest.assert_tools" ];

Expand Down

0 comments on commit 364ddc4

Please sign in to comment.