Unverified Commit d31751f6 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #305375 from mweinelt/jaraco-test-disable

python311Packages.jaraco-test: disable failing tests
parents 7eceafd9 67823c5d
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"
  ];