Created
October 22, 2019 22:30
-
-
Save prescod/7d546133f17590c7f1a4d5a38b11b91f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INTERNALERROR> Traceback (most recent call last): | |
INTERNALERROR> File "/Users/pprescod/code/envs/metaci-py/lib/python3.7/site-packages/_pytest/main.py", line 187, in wrap_session | |
INTERNALERROR> config._do_configure() | |
INTERNALERROR> File "/Users/pprescod/code/envs/metaci-py/lib/python3.7/site-packages/_pytest/config/__init__.py", line 720, in _do_configure | |
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self)) | |
INTERNALERROR> File "/Users/pprescod/code/envs/metaci-py/lib/python3.7/site-packages/pluggy/hooks.py", line 308, in call_historic | |
INTERNALERROR> res = self._hookexec(self, self.get_hookimpls(), kwargs) | |
INTERNALERROR> File "/Users/pprescod/code/envs/metaci-py/lib/python3.7/site-packages/pluggy/manager.py", line 92, in _hookexec | |
INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs) | |
INTERNALERROR> File "/Users/pprescod/code/envs/metaci-py/lib/python3.7/site-packages/pluggy/manager.py", line 86, in <lambda> | |
INTERNALERROR> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False, | |
INTERNALERROR> File "/Users/pprescod/code/envs/metaci-py/lib/python3.7/site-packages/pluggy/callers.py", line 208, in _multicall | |
INTERNALERROR> return outcome.get_result() | |
INTERNALERROR> File "/Users/pprescod/code/envs/metaci-py/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result | |
INTERNALERROR> raise ex[1].with_traceback(ex[2]) | |
INTERNALERROR> File "/Users/pprescod/code/envs/metaci-py/lib/python3.7/site-packages/pluggy/callers.py", line 187, in _multicall | |
INTERNALERROR> res = hook_impl.function(*args) | |
INTERNALERROR> File "/Users/pprescod/code/envs/metaci-py/lib/python3.7/site-packages/pytest_django/plugin.py", line 349, in pytest_configure | |
INTERNALERROR> _setup_django() | |
INTERNALERROR> File "/Users/pprescod/code/envs/metaci-py/lib/python3.7/site-packages/pytest_django/plugin.py", line 227, in _setup_django | |
INTERNALERROR> _blocking_manager.block() | |
INTERNALERROR> File "/Users/pprescod/code/envs/metaci-py/lib/python3.7/site-packages/pytest_django/plugin.py", line 801, in block |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment