summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-12-19 14:12:24 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-12-20 22:47:00 -0500
commit159836967b0be221fce18644ca32ae474a0fc704 (patch)
treeae088f8ff6dd30e76b60e05d12a54777bbc2733b
parent67166aae73a42f6fbb3d90fcc8ddf71c8d36a647 (diff)
gnu: python2-pytest-httpbin: Remove package.
* gnu/packages/python-web.scm (python2-pytest-httpbin): Remove variable.
-rw-r--r--gnu/packages/web.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 19f3cd7c65..bd1e7eccaa 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6140,9 +6140,6 @@ into your tests. It automatically starts up a HTTP server in a separate thread
@code{httpbin} and provides your test with the URL in the fixture.")
(license license:expat)))
-(define-public python2-pytest-httpbin
- (package-with-python2 python-pytest-httpbin))
-
(define-public http-parser
(package
(name "http-parser")