diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-19 14:12:24 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-20 22:47:00 -0500 |
commit | 159836967b0be221fce18644ca32ae474a0fc704 (patch) | |
tree | ae088f8ff6dd30e76b60e05d12a54777bbc2733b /gnu/packages | |
parent | 67166aae73a42f6fbb3d90fcc8ddf71c8d36a647 (diff) |
gnu: python2-pytest-httpbin: Remove package.
* gnu/packages/python-web.scm (python2-pytest-httpbin): Remove variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/web.scm | 3 |
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") |