diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2022-03-07 18:38:42 -0800 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-03-14 00:29:08 +0100 |
| commit | caa73bb55fef8e9d246adec641f01a24973803f6 (patch) | |
| tree | a286bf9dd249b1f8d8816762bf8abce523e16dfb /pkgs/development/python-modules/python-daemon | |
| parent | c5f465e4c58b957fc967640260e43b7046f66644 (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.nix | 5 |
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" |
