python3Packages.python-daemon: disable obsolete version test

This commit is contained in:
Jonathan Ringer
2022-03-14 00:29:08 +01:00
committed by Martin Weinelt
parent c5f465e4c5
commit caa73bb55f
@@ -51,6 +51,11 @@ buildPythonPackage rec {
})
];
disabledTestPaths = [
# requires removed distutils.command
"test_version.py"
];
disabledTests = [
"begin_with_TestCase"
"changelog_TestCase"