Commit 364ddc4e authored by Emily's avatar Emily
Browse files

python3{11,12}Packages.nose2pytest: disable tests

parent 428d7f7a
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@
  setuptools,
  fissix,
  pytest,
  pytestCheckHook,
  nose,
}:

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

  nativeCheckInputs = [
    pytestCheckHook
    nose
  ];

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

  pythonImportsCheck = [ "nose2pytest.assert_tools" ];