py38 create: /tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38 py38 installdeps: pytest==6.0.1, pip py38 installed: attrs==20.1.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,six==1.15.0,toml==0.10.1 py38 run-test-pre: PYTHONHASHSEED='281631115' py38 run-test: commands[0] | pip install ../pytest_mock_helper-0.2.1-py3-none-any.whl Processing /tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any.whl Requirement already satisfied: pytest in ./.tox/py38/lib/python3.8/site-packages (from pytest-mock-helper==0.2.1) (6.0.1) Requirement already satisfied: py>=1.8.2 in ./.tox/py38/lib/python3.8/site-packages (from pytest->pytest-mock-helper==0.2.1) (1.9.0) Requirement already satisfied: attrs>=17.4.0 in ./.tox/py38/lib/python3.8/site-packages (from pytest->pytest-mock-helper==0.2.1) (20.1.0) Requirement already satisfied: packaging in ./.tox/py38/lib/python3.8/site-packages (from pytest->pytest-mock-helper==0.2.1) (20.4) Requirement already satisfied: pluggy<1.0,>=0.12 in ./.tox/py38/lib/python3.8/site-packages (from pytest->pytest-mock-helper==0.2.1) (0.13.1) Requirement already satisfied: more-itertools>=4.0.0 in ./.tox/py38/lib/python3.8/site-packages (from pytest->pytest-mock-helper==0.2.1) (8.5.0) Requirement already satisfied: iniconfig in ./.tox/py38/lib/python3.8/site-packages (from pytest->pytest-mock-helper==0.2.1) (1.0.1) Requirement already satisfied: toml in ./.tox/py38/lib/python3.8/site-packages (from pytest->pytest-mock-helper==0.2.1) (0.10.1) Requirement already satisfied: six in ./.tox/py38/lib/python3.8/site-packages (from packaging->pytest->pytest-mock-helper==0.2.1) (1.15.0) Requirement already satisfied: pyparsing>=2.0.2 in ./.tox/py38/lib/python3.8/site-packages (from packaging->pytest->pytest-mock-helper==0.2.1) (2.4.7) Installing collected packages: pytest-mock-helper Successfully installed pytest-mock-helper-0.2.1 py38 run-test: commands[1] | pytest --trace-config --help Traceback (most recent call last): File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/bin/pytest", line 8, in sys.exit(console_main()) File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/_pytest/config/__init__.py", line 180, in console_main code = main() File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/_pytest/config/__init__.py", line 136, in main config = _prepareconfig(args, plugins) File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/_pytest/config/__init__.py", line 313, in _prepareconfig config = pluginmanager.hook.pytest_cmdline_parse( File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/pluggy/hooks.py", line 286, in __call__ return self._hookexec(self, self.get_hookimpls(), kwargs) File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/pluggy/manager.py", line 93, in _hookexec return self._inner_hookexec(hook, methods, kwargs) File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/pluggy/manager.py", line 84, in self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall( File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/pluggy/callers.py", line 203, in _multicall gen.send(outcome) File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/_pytest/helpconfig.py", line 99, in pytest_cmdline_parse config = outcome.get_result() # type: Config File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/pluggy/callers.py", line 80, in get_result raise ex[1].with_traceback(ex[2]) File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/pluggy/callers.py", line 187, in _multicall res = hook_impl.function(*args) File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/_pytest/config/__init__.py", line 932, in pytest_cmdline_parse self.parse(args) File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/_pytest/config/__init__.py", line 1204, in parse self._preparse(args, addopts=addopts) File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/_pytest/config/__init__.py", line 1097, in _preparse self.pluginmanager.load_setuptools_entrypoints("pytest11") File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/pluggy/manager.py", line 299, in load_setuptools_entrypoints plugin = ep.load() File "/opt/python/3.8.0/lib/python3.8/importlib/metadata.py", line 75, in load module = import_module(match.group('module')) File "/opt/python/3.8.0/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/_pytest/assertion/rewrite.py", line 170, in exec_module exec(co, module.__dict__) File "/tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/lib/python3.8/site-packages/pytest_mock_helper.py", line 10, in import requests ModuleNotFoundError: No module named 'requests' ERROR: InvocationError for command /tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/.tox/py38/bin/pytest --trace-config --help (exited with code 1) ___________________________________ summary ____________________________________ ERROR: py38: commands failed write json report at: /tmp/tmprhq4wk8a/pytest_mock_helper-0.2.1-py3-none-any/result.json Time: 23.5 seconds