python3Packages.python-daemon: disable obsolete version test
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user