============================= test session starts ==============================
platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1
rootdir: /build/python-responses/src/responses-0.17.0, configfile: setup.cfg
collected 138 items

responses/test_matchers.py ...................                           [ 13%]
responses/test_responses.py ............................................ [ 45%]
............................................EEEEEEE..................... [ 97%]
...                                                                      [100%]

==================================== ERRORS ====================================
___________________ ERROR at setup of test_passthrough_flag ____________________
file /build/python-responses/src/responses-0.17.0/responses/test_responses.py, line 1484
  def test_passthrough_flag(httpserver):
E       fixture 'httpserver' not found
>       available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, fruit_basket, monkeypatch, my_fruit, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
>       use 'pytest --fixtures [testpath]' for help on them.

/build/python-responses/src/responses-0.17.0/responses/test_responses.py:1484
_________________ ERROR at setup of test_passthrough_response __________________
file /build/python-responses/src/responses-0.17.0/responses/test_responses.py, line 1508
  def test_passthrough_response(httpserver):
E       fixture 'httpserver' not found
>       available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, fruit_basket, monkeypatch, my_fruit, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
>       use 'pytest --fixtures [testpath]' for help on them.

/build/python-responses/src/responses-0.17.0/responses/test_responses.py:1508
______________ ERROR at setup of test_passthrough_response_stream ______________
file /build/python-responses/src/responses-0.17.0/responses/test_responses.py, line 1531
  def test_passthrough_response_stream(httpserver):
E       fixture 'httpserver' not found
>       available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, fruit_basket, monkeypatch, my_fruit, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
>       use 'pytest --fixtures [testpath]' for help on them.

/build/python-responses/src/responses-0.17.0/responses/test_responses.py:1531
___________________ ERROR at setup of test_passthru_prefixes ___________________
file /build/python-responses/src/responses-0.17.0/responses/test_responses.py, line 1546
  def test_passthru_prefixes(httpserver):
E       fixture 'httpserver' not found
>       available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, fruit_basket, monkeypatch, my_fruit, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
>       use 'pytest --fixtures [testpath]' for help on them.

/build/python-responses/src/responses-0.17.0/responses/test_responses.py:1546
_______________________ ERROR at setup of test_passthru ________________________
file /build/python-responses/src/responses-0.17.0/responses/test_responses.py, line 1568
  def test_passthru(httpserver):
E       fixture 'httpserver' not found
>       available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, fruit_basket, monkeypatch, my_fruit, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
>       use 'pytest --fixtures [testpath]' for help on them.

/build/python-responses/src/responses-0.17.0/responses/test_responses.py:1568
____________________ ERROR at setup of test_passthru_regex _____________________
file /build/python-responses/src/responses-0.17.0/responses/test_responses.py, line 1588
  def test_passthru_regex(httpserver):
E       fixture 'httpserver' not found
>       available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, fruit_basket, monkeypatch, my_fruit, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
>       use 'pytest --fixtures [testpath]' for help on them.

/build/python-responses/src/responses-0.17.0/responses/test_responses.py:1588
________ ERROR at setup of test_passthru_does_not_persist_across_tests _________
file /build/python-responses/src/responses-0.17.0/responses/test_responses.py, line 1610
  def test_passthru_does_not_persist_across_tests(httpserver):
E       fixture 'httpserver' not found
>       available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, fruit_basket, monkeypatch, my_fruit, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
>       use 'pytest --fixtures [testpath]' for help on them.

/build/python-responses/src/responses-0.17.0/responses/test_responses.py:1610
=============================== warnings summary ===============================
responses/test_matchers.py: 2 warnings
responses/test_responses.py: 20 warnings
  /build/python-responses/src/responses-0.17.0/responses/__init__.py:334: DeprecationWarning: Argument 'match_querystring' is deprecated. Use 'responses.matchers.query_param_matcher' or 'responses.matchers.query_string_matcher'
    warn(

responses/test_responses.py::test_response_cookies_session[True-True]
responses/test_responses.py::test_response_cookies_session[True-False]
responses/test_responses.py::test_response_cookies_session[True-None]
responses/test_responses.py::test_response_cookies_session[False-True]
responses/test_responses.py::test_response_cookies_session[False-False]
responses/test_responses.py::test_response_cookies_session[False-None]
responses/test_responses.py::test_response_filebody
responses/test_responses.py::test_use_stream_twice_to_double_raw_io
  /build/python-responses/src/responses-0.17.0/responses/__init__.py:428: DeprecationWarning: stream argument is deprecated. Use stream parameter in request directly
    warn(

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================
ERROR responses/test_responses.py::test_passthrough_flag
ERROR responses/test_responses.py::test_passthrough_response
ERROR responses/test_responses.py::test_passthrough_response_stream
ERROR responses/test_responses.py::test_passthru_prefixes
ERROR responses/test_responses.py::test_passthru
ERROR responses/test_responses.py::test_passthru_regex
ERROR responses/test_responses.py::test_passthru_does_not_persist_across_tests
================== 131 passed, 30 warnings, 7 errors in 1.81s ==================
[1m[31m==> ERROR:[m[1m A failure occurred in check().[m
[1m    Aborting...[m
