GLOB sdist-make: /tmp/tmpc5u3en0o/pytest-ghostinspector-0.4.0/setup.py py37 create: /tmp/tmpc5u3en0o/pytest-ghostinspector-0.4.0/.tox/py37 py37 installdeps: pytest==6.0.1, httpretty, pytest-httpretty py37 inst: /tmp/tmpc5u3en0o/pytest-ghostinspector-0.4.0/.tox/.tmp/package/1/pytest-ghostinspector-0.4.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-ghostinspector @ file:///tmp/tmpc5u3en0o/pytest-ghostinspector-0.4.0/.tox/.tmp/package/1/pytest-ghostinspector-0.4.0.zip,pytest-httpretty==0.2.0,PyYAML==5.3.1,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='3184586305' py37 run-test: commands[0] | py.test tests ============================= 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-ghostinspector-0.4.0 plugins: httpretty-0.2.0, ghostinspector-0.4.0 collected 14 items tests/test_ghostinspector.py EEEEEEEEEEEEEEEEEEEEEEEEEEEE [100%] ==================================== ERRORS ==================================== _____________________ ERROR at setup of test_help_message ______________________ 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_help_message ____________________ 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_key_option _______________________ 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_key_option _____________________ 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_start_url_option ____________________ 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_start_url_option __________________ 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_suite_option ______________________ 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_suite_option ____________________ 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_test_option ______________________ 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_test_option _____________________ 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_param_option ______________________ 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_param_option ____________________ 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_cmdline_empty_suite __________________ 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_cmdline_empty_suite _________________ 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_cmdline_404_suite ___________________ 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_cmdline_404_suite __________________ 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_cmdline_collect_suite _________________ 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_cmdline_collect_suite ________________ 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_cmdline_collect_test __________________ 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_cmdline_collect_test ________________ 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_cmdline_exec_test ___________________ 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_cmdline_exec_test __________________ 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_collect_mode_files ___________________ 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_collect_mode_files _________________ 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_collect_mode_all ____________________ 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_collect_mode_all __________________ 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_collect_mode_ids ____________________ 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_collect_mode_ids __________________ 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 tests/test_ghostinspector.py::test_help_message - AttributeError: 'Func... ERROR tests/test_ghostinspector.py::test_help_message - AttributeError: 'Func... ERROR tests/test_ghostinspector.py::test_key_option - AttributeError: 'Functi... ERROR tests/test_ghostinspector.py::test_key_option - AttributeError: 'Functi... ERROR tests/test_ghostinspector.py::test_start_url_option - AttributeError: '... ERROR tests/test_ghostinspector.py::test_start_url_option - AttributeError: '... ERROR tests/test_ghostinspector.py::test_suite_option - AttributeError: 'Func... ERROR tests/test_ghostinspector.py::test_suite_option - AttributeError: 'Func... ERROR tests/test_ghostinspector.py::test_test_option - AttributeError: 'Funct... ERROR tests/test_ghostinspector.py::test_test_option - AttributeError: 'Funct... ERROR tests/test_ghostinspector.py::test_param_option - AttributeError: 'Func... ERROR tests/test_ghostinspector.py::test_param_option - AttributeError: 'Func... ERROR tests/test_ghostinspector.py::test_cmdline_empty_suite - AttributeError... ERROR tests/test_ghostinspector.py::test_cmdline_empty_suite - AttributeError... ERROR tests/test_ghostinspector.py::test_cmdline_404_suite - AttributeError: ... ERROR tests/test_ghostinspector.py::test_cmdline_404_suite - AttributeError: ... ERROR tests/test_ghostinspector.py::test_cmdline_collect_suite - AttributeErr... ERROR tests/test_ghostinspector.py::test_cmdline_collect_suite - AttributeErr... ERROR tests/test_ghostinspector.py::test_cmdline_collect_test - AttributeErro... ERROR tests/test_ghostinspector.py::test_cmdline_collect_test - AttributeErro... ERROR tests/test_ghostinspector.py::test_cmdline_exec_test - AttributeError: ... ERROR tests/test_ghostinspector.py::test_cmdline_exec_test - AttributeError: ... ERROR tests/test_ghostinspector.py::test_collect_mode_files - AttributeError:... ERROR tests/test_ghostinspector.py::test_collect_mode_files - AttributeError:... ERROR tests/test_ghostinspector.py::test_collect_mode_all - AttributeError: '... ERROR tests/test_ghostinspector.py::test_collect_mode_all - AttributeError: '... ERROR tests/test_ghostinspector.py::test_collect_mode_ids - AttributeError: '... ERROR tests/test_ghostinspector.py::test_collect_mode_ids - AttributeError: '... ============================== 28 errors in 0.74s ============================== ERROR: InvocationError for command /tmp/tmpc5u3en0o/pytest-ghostinspector-0.4.0/.tox/py37/bin/py.test tests (exited with code 1) ___________________________________ summary ____________________________________ ERROR: py37: commands failed write json report at: /tmp/tmpc5u3en0o/pytest-ghostinspector-0.4.0/result.json Time: 44.3 seconds