From 42133e84517a8aef0de2788160055494284a0447 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Sat, 20 Nov 2021 20:27:30 +0000 Subject: python3Packages.python-crontab: skip test test_03_usage to my knowledge this test only fails on darwin, but assuming /tmp is writable is a Bad Thing anyway so skipping on all platforms. don't think it covers anything not otherwise covered. --- pkgs/development/python-modules/python-crontab/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/python-crontab') diff --git a/pkgs/development/python-modules/python-crontab/default.nix b/pkgs/development/python-modules/python-crontab/default.nix index d91418fc1d0e..9de0801d5375 100644 --- a/pkgs/development/python-modules/python-crontab/default.nix +++ b/pkgs/development/python-modules/python-crontab/default.nix @@ -10,7 +10,11 @@ buildPythonPackage rec { }; checkInputs = [ pytestCheckHook ]; - disabledTests = [ "test_07_non_posix_shell"]; + disabledTests = [ + "test_07_non_posix_shell" + # doctest that assumes /tmp is writeable, awkward to patch + "test_03_usage" + ]; propagatedBuildInputs = [ python-dateutil ]; -- cgit v1.2.3