diff options
author | Efraim Flashner | 2019-12-09 17:05:57 -0600 |
---|---|---|
committer | Efraim Flashner | 2019-12-09 17:05:57 -0600 |
commit | 20bcdf1d4ad605f94565846c0af47b2dab2ec4f9 (patch) | |
tree | e5ed30a2a06a5504631d631bbf0a45cceb8e5095 /gn/packages | |
parent | e2853f0d238ca8d79698a27cf81f15883936da1d (diff) | |
download | guix-bioinformatics-20bcdf1d4ad605f94565846c0af47b2dab2ec4f9.tar.gz |
gn: Remove python-pytest-timeout.
Package upstreamed.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/edash.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index a442f68..53071b1 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -226,29 +226,6 @@ necessary.") "A collection of helpers and mock objects for unit tests and doc tests.") (license license:expat))) -(define-public python-pytest-timeout - (package - (name "python-pytest-timeout") - (version "1.3.3") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pytest-timeout" version)) - (sha256 - (base32 - "1cczcjhw4xx5sjkhxlhc5c1bkr7x6fcyx12wrnvwfckshdvblc2a")))) - (build-system python-build-system) - (propagated-inputs - `(("python-pytest" ,python-pytest))) - (arguments `(#:tests? #f)) - (home-page - "http://bitbucket.org/pytest-dev/pytest-timeout/") - (synopsis - "py.test plugin to abort hanging tests") - (description - "py.test plugin to abort hanging tests") - (license license:expat))) - (define-public python-pytest-aiohttp (package (name "python-pytest-aiohttp") |