GLOB sdist-make: /tmp/tmpt_6wz3mn/pytest-ghostinspector-0.4.0/setup.py py36 create: /tmp/tmpt_6wz3mn/pytest-ghostinspector-0.4.0/.tox/py36 py36 installdeps: pytest==5.2.4, httpretty, pytest-httpretty py36 inst: /tmp/tmpt_6wz3mn/pytest-ghostinspector-0.4.0/.tox/.tmp/package/1/pytest-ghostinspector-0.4.0.zip py36 installed: atomicwrites==1.3.0,attrs==19.3.0,certifi==2019.11.28,chardet==3.0.4,httpretty==0.9.7,idna==2.8,importlib-metadata==1.1.0,more-itertools==8.0.0,packaging==19.2,pluggy==0.13.1,py==1.8.0,pyparsing==2.4.5,pytest==5.2.4,pytest-ghostinspector==0.4.0,pytest-httpretty==0.2.0,PyYAML==5.1.2,requests==2.22.0,six==1.13.0,urllib3==1.25.7,wcwidth==0.1.7,zipp==0.6.0 py36 run-test-pre: PYTHONHASHSEED='672424718' py36 run-test: commands[0] | py.test tests ============================= test session starts ============================== platform linux -- Python 3.6.7, pytest-5.2.4, py-1.8.0, pluggy-0.13.1 cachedir: .tox/py36/.pytest_cache rootdir: /tmp/tmpt_6wz3mn/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/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/py36/lib/python3.6/site-packages/pytest_httpretty.py:22: AttributeError ============================== 28 error in 1.53s =============================== ERROR: InvocationError for command /tmp/tmpt_6wz3mn/pytest-ghostinspector-0.4.0/.tox/py36/bin/py.test tests (exited with code 1) ___________________________________ summary ____________________________________ ERROR: py36: commands failed write json report at: /tmp/tmpt_6wz3mn/pytest-ghostinspector-0.4.0/result.json Time: 99.6 seconds