diff options
| -rw-r--r-- | gnu/packages/python-check.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 3e0ae79d82..512bd98f18 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -3937,6 +3937,8 @@ are useful when writing automated tests in Python.") (sha256 (base32 "1qn7cj9lx3m7pwa8ak1106f9c54yvpa996x84gfqmyfjfg1ar6aa")))) (build-system pyproject-build-system) + (arguments + `(#:tests? #f)) ;no tests in PyPI archive (propagated-inputs (list python-dateutil)) (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/adamchainz/time-machine") |
