Unverified Commit 67823c5d authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.jaraco-test: disable failing tests

parent 7eceafd9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -40,6 +40,11 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  disabledTestPaths = [
    # https://github.com/jaraco/jaraco.test/issues/6
    "jaraco/test/cpython.py"
  ];

  pythonImportsCheck = [
    "jaraco.test"
  ];