mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: python-scripttest: Disable tests.
* gnu/packages/check.scm (python-scripttest)[arguments]: Disable tests. Change-Id: I941551e2ef18b9669e43353be8a87a71009767e0
This commit is contained in:
parent
a78798b736
commit
91a66a7e69
1 changed files with 3 additions and 0 deletions
|
@ -2185,6 +2185,9 @@ side-effects (such as setting environment variables).")
|
|||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest))
|
||||
(arguments
|
||||
;; Tests not shipped with PyPI archive, and require TLS CA cert.
|
||||
(list #:tests? #f))
|
||||
(home-page (string-append "https://web.archive.org/web/20161029233413/"
|
||||
"http://pythonpaste.org/scripttest/"))
|
||||
(synopsis "Python library to test command-line scripts")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue