Commit b5291ac5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.acquire: disable failing tests

parent 95341360
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -54,6 +54,13 @@ buildPythonPackage rec {

  nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.full;

  disabledTests = [
    "test_collector_collect_path_with_dir"
    "test_collector_collect_glob"
    "test_misc_osx"
    "test_misc_unix"
  ];

  pythonImportsCheck = [ "acquire" ];

  meta = with lib; {