python3Packages.python-daemon: disable obsolete version test

This commit is contained in:
Jonathan Ringer
2022-03-07 18:38:42 -08:00
committed by Martin Weinelt
parent c5f465e4c5
commit caa73bb55f

View File

@@ -51,6 +51,11 @@ buildPythonPackage rec {
})
];
disabledTestPaths = [
# requires removed distutils.command
"test_version.py"
];
disabledTests = [
"begin_with_TestCase"
"changelog_TestCase"