From 20bcdf1d4ad605f94565846c0af47b2dab2ec4f9 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 9 Dec 2019 17:05:57 -0600 Subject: gn: Remove python-pytest-timeout. Package upstreamed. --- gn/packages/edash.scm | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'gn/packages/edash.scm') 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") -- cgit v1.2.3