diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-11-21 06:01:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-21 06:01:53 +0000 |
| commit | daffc694ef4e4d4d92cc75ff96207c34cf09eeb4 (patch) | |
| tree | 1f8e6944220ea99048872a192e7a3a65cfdf82c2 /pkgs/development/python-modules/python-crontab/default.nix | |
| parent | 197135904fe611b380aaa15808df1f5bd6978b36 (diff) | |
| parent | 6ad93ecdbb115566d66b7a04b914e7ac3d780cd9 (diff) | |
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/python-crontab/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-crontab/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
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 ]; |
