lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit fd37143850ccdcafa4954dfe6b3f13a22eaa76d7
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Dec 30 10:31:44 2021 +0100
gnu: python-virtualenv: Disable tests.
* gnu/packages/python-xyz.scm (python-virtualenv)[arguments]: Disable
tests.
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d802f149bd..5b931da593 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3906,6 +3906,7 @@ e.g. filters, callbacks and errbacks can all be
promises.")
(base32
"1nbhnpzswcf3lmzn5xabmfdd7ki8r2w2i37y6wml54di6qi1l48c"))))
(build-system python-build-system)
+ (arguments `(#:tests? #f)) ; Tests require network connection.
(native-inputs
(list python-mock python-pytest python-setuptools-scm))
(propagated-inputs