From caa73bb55fef8e9d246adec641f01a24973803f6 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Mon, 7 Mar 2022 18:38:42 -0800 Subject: python3Packages.python-daemon: disable obsolete version test --- pkgs/development/python-modules/python-daemon/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/development/python-modules/python-daemon') 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" -- cgit v1.2.3