GLOB sdist-make: /tmp/tmpc5u3en0o/pytest-httpretty-0.2.0/setup.py py37 create: /tmp/tmpc5u3en0o/pytest-httpretty-0.2.0/.tox/py37 py37 installdeps: httpretty, pytest==6.0.1, requests py37 inst: /tmp/tmpc5u3en0o/pytest-httpretty-0.2.0/.tox/.tmp/package/1/pytest-httpretty-0.2.0.zip py37 installed: attrs==20.1.0,certifi==2020.6.20,chardet==3.0.4,httpretty==1.0.2,idna==2.10,importlib-metadata==1.7.0,iniconfig==1.0.1,more-itertools==8.5.0,packaging==20.4,pluggy==0.13.1,py==1.9.0,pyparsing==2.4.7,pytest==6.0.1,pytest-httpretty @ file:///tmp/tmpc5u3en0o/pytest-httpretty-0.2.0/.tox/.tmp/package/1/pytest-httpretty-0.2.0.zip,requests==2.24.0,six==1.15.0,toml==0.10.1,urllib3==1.25.10,zipp==3.1.0 py37 run-test-pre: PYTHONHASHSEED='1855688299' py37 run-test: commands[0] | py.test ============================= test session starts ============================== platform linux -- Python 3.7.1, pytest-6.0.1, py-1.9.0, pluggy-0.13.1 cachedir: .tox/py37/.pytest_cache rootdir: /tmp/tmpc5u3en0o/pytest-httpretty-0.2.0 plugins: httpretty-0.2.0 collected 4 items test_pytest_httpretty.py EEEEEEEE [100%] ==================================== ERRORS ==================================== __________________ ERROR at setup of test_httpretty_activate ___________________ item = def pytest_runtest_setup(item): > marker = item.get_marker('httpretty') E AttributeError: 'Function' object has no attribute 'get_marker' .tox/py37/lib/python3.7/site-packages/pytest_httpretty.py:15: AttributeError _________________ ERROR at teardown of test_httpretty_activate _________________ item = nextitem = def pytest_runtest_teardown(item, nextitem): > marker = item.get_marker('httpretty') E AttributeError: 'Function' object has no attribute 'get_marker' .tox/py37/lib/python3.7/site-packages/pytest_httpretty.py:22: AttributeError ________ ERROR at setup of test_httpretty_activate_with_pytest_fixtures ________ item = def pytest_runtest_setup(item): > marker = item.get_marker('httpretty') E AttributeError: 'Function' object has no attribute 'get_marker' .tox/py37/lib/python3.7/site-packages/pytest_httpretty.py:15: AttributeError ______ ERROR at teardown of test_httpretty_activate_with_pytest_fixtures _______ item = nextitem = def pytest_runtest_teardown(item, nextitem): > marker = item.get_marker('httpretty') E AttributeError: 'Function' object has no attribute 'get_marker' .tox/py37/lib/python3.7/site-packages/pytest_httpretty.py:22: AttributeError ____________________ ERROR at setup of test_mark_httpretty _____________________ item = def pytest_runtest_setup(item): > marker = item.get_marker('httpretty') E AttributeError: 'Function' object has no attribute 'get_marker' .tox/py37/lib/python3.7/site-packages/pytest_httpretty.py:15: AttributeError ___________________ ERROR at teardown of test_mark_httpretty ___________________ item = , nextitem = def pytest_runtest_teardown(item, nextitem): > marker = item.get_marker('httpretty') E AttributeError: 'Function' object has no attribute 'get_marker' .tox/py37/lib/python3.7/site-packages/pytest_httpretty.py:22: AttributeError _______________________ ERROR at setup of test_stub_get ________________________ item = def pytest_runtest_setup(item): > marker = item.get_marker('httpretty') E AttributeError: 'Function' object has no attribute 'get_marker' .tox/py37/lib/python3.7/site-packages/pytest_httpretty.py:15: AttributeError ______________________ ERROR at teardown of test_stub_get ______________________ item = , nextitem = None def pytest_runtest_teardown(item, nextitem): > marker = item.get_marker('httpretty') E AttributeError: 'Function' object has no attribute 'get_marker' .tox/py37/lib/python3.7/site-packages/pytest_httpretty.py:22: AttributeError =========================== short test summary info ============================ ERROR test_pytest_httpretty.py::test_httpretty_activate - AttributeError: 'Fu... ERROR test_pytest_httpretty.py::test_httpretty_activate - AttributeError: 'Fu... ERROR test_pytest_httpretty.py::test_httpretty_activate_with_pytest_fixtures ERROR test_pytest_httpretty.py::test_httpretty_activate_with_pytest_fixtures ERROR test_pytest_httpretty.py::test_mark_httpretty - AttributeError: 'Functi... ERROR test_pytest_httpretty.py::test_mark_httpretty - AttributeError: 'Functi... ERROR test_pytest_httpretty.py::test_stub_get - AttributeError: 'Function' ob... ERROR test_pytest_httpretty.py::test_stub_get - AttributeError: 'Function' ob... ============================== 8 errors in 0.39s =============================== ERROR: InvocationError for command /tmp/tmpc5u3en0o/pytest-httpretty-0.2.0/.tox/py37/bin/py.test (exited with code 1) ___________________________________ summary ____________________________________ ERROR: py37: commands failed write json report at: /tmp/tmpc5u3en0o/pytest-httpretty-0.2.0/result.json Time: 36.0 seconds