python310Packages.subunit: disable tests

This commit is contained in:
Jonathan Ringer
2022-01-04 22:51:01 -08:00
parent 58d0c2baf0
commit cafcd1d061
@@ -21,6 +21,9 @@ buildPythonPackage {
propagatedBuildInputs = [ testtools ];
checkInputs = [ testscenarios hypothesis fixtures pytest ];
# requires unittest2, which no longer supported in 3.10
doCheck = pythonOlder "3.10";
# ignore tests which call shell code, or call methods which haven't been implemented
checkPhase = ''
pytest python/subunit \