summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-daemon
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-03-07 18:38:42 -0800
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-14 00:29:08 +0100
commitcaa73bb55fef8e9d246adec641f01a24973803f6 (patch)
treea286bf9dd249b1f8d8816762bf8abce523e16dfb /pkgs/development/python-modules/python-daemon
parentc5f465e4c58b957fc967640260e43b7046f66644 (diff)
python3Packages.python-daemon: disable obsolete version test
Diffstat (limited to 'pkgs/development/python-modules/python-daemon')
-rw-r--r--pkgs/development/python-modules/python-daemon/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-daemon/default.nix b/pkgs/development/python-modules/python-daemon/default.nix
index 074e5699e3d5..cc12b14aa153 100644
--- a/pkgs/development/python-modules/python-daemon/default.nix
+++ b/pkgs/development/python-modules/python-daemon/default.nix
@@ -51,6 +51,11 @@ buildPythonPackage rec {
})
];
+ disabledTestPaths = [
+ # requires removed distutils.command
+ "test_version.py"
+ ];
+
disabledTests = [
"begin_with_TestCase"
"changelog_TestCase"