============================= 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.16.0, configfile: setup.cfg
collected 126 items

responses/test_matchers.py ...............                               [ 11%]
responses/test_responses.py ............................................ [ 46%]
..........................................EEEEEE...................      [100%]

==================================== ERRORS ====================================
___________________ ERROR at setup of test_passthrough_flag ____________________
file /build/python-responses/src/responses-0.16.0/responses/test_responses.py, line 1423
  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.16.0/responses/test_responses.py:1423
_________________ ERROR at setup of test_passthrough_response __________________
file /build/python-responses/src/responses-0.16.0/responses/test_responses.py, line 1447
  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.16.0/responses/test_responses.py:1447
______________ ERROR at setup of test_passthrough_response_stream ______________
file /build/python-responses/src/responses-0.16.0/responses/test_responses.py, line 1470
  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.16.0/responses/test_responses.py:1470
___________________ ERROR at setup of test_passthru_prefixes ___________________
file /build/python-responses/src/responses-0.16.0/responses/test_responses.py, line 1485
  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.16.0/responses/test_responses.py:1485
_______________________ ERROR at setup of test_passthru ________________________
file /build/python-responses/src/responses-0.16.0/responses/test_responses.py, line 1507
  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.16.0/responses/test_responses.py:1507
____________________ ERROR at setup of test_passthru_regex _____________________
file /build/python-responses/src/responses-0.16.0/responses/test_responses.py, line 1527
  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.16.0/responses/test_responses.py:1527
=============================== warnings summary ===============================
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.16.0/responses/__init__.py:396: 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
================== 120 passed, 8 warnings, 6 errors in 2.60s ===================
[1m[31m==> ERROR:[m[1m A failure occurred in check().[m
[1m    Aborting...[m
