diff --git a/misc/requirements/requirements-tests-git.txt b/misc/requirements/requirements-tests-git.txt index 5a4450293..771cf58c8 100644 --- a/misc/requirements/requirements-tests-git.txt +++ b/misc/requirements/requirements-tests-git.txt @@ -4,7 +4,6 @@ hg+https://bitbucket.org/ned/coveragepy git+https://github.com/micheles/decorator.git git+https://github.com/pallets/flask.git git+https://github.com/miracle2k/python-glob2.git -git+https://github.com/Runscope/httpbin.git git+https://github.com/HypothesisWorks/hypothesis-python.git git+https://github.com/pallets/itsdangerous.git git+https://bitbucket.org/zzzeek/mako.git diff --git a/misc/requirements/requirements-tests.txt-raw b/misc/requirements/requirements-tests.txt-raw index 3ca6de6bd..bc44bc8e1 100644 --- a/misc/requirements/requirements-tests.txt-raw +++ b/misc/requirements/requirements-tests.txt-raw @@ -3,7 +3,6 @@ cheroot coverage Flask hunter -httpbin hypothesis pytest pytest-bdd diff --git a/tests/end2end/conftest.py b/tests/end2end/conftest.py index e9d2a8e95..1fd6eb874 100644 --- a/tests/end2end/conftest.py +++ b/tests/end2end/conftest.py @@ -34,7 +34,7 @@ from PyQt5.QtCore import PYQT_VERSION pytest.register_assert_rewrite('end2end.fixtures') -from end2end.fixtures.webserver import httpbin, httpbin_after_test, ssl_server +from end2end.fixtures.webserver import server, server_after_test, ssl_server from end2end.fixtures.quteprocess import (quteproc_process, quteproc, quteproc_new) from end2end.fixtures.testprocess import pytest_runtest_makereport diff --git a/tests/end2end/data/downloads/issue889.html b/tests/end2end/data/downloads/issue889.html index f6dbcfcbd..eccbefb33 100644 --- a/tests/end2end/data/downloads/issue889.html +++ b/tests/end2end/data/downloads/issue889.html @@ -5,7 +5,7 @@