starig.blogg.se

Use pytest for python3 mac
Use pytest for python3 mac






usr/local/lib/python3.6/dist-packages/pytest_lazyfixture.py:77: in normalize_metafunc_callsĬalls = normalize_call(callspec, metafunc, valtype, used_keys) Normalize_metafunc_calls(metafunc, 'funcargs') usr/local/lib/python3.6/dist-packages/pytest_lazyfixture.py:70: in pytest_generate_tests usr/local/lib/python3.6/dist-packages/pluggy/hooks.py:258: in _call_ usr/local/lib/python3.6/dist-packages/_pytest/python.py:432: in _genfunctions Res = list(collector._genfunctions(name, obj)) usr/local/lib/python3.6/dist-packages/_pytest/python.py:242: in pytest_pycollect_makeitem usr/local/lib/python3.6/dist-packages/pluggy/manager.py:61: in įirstresult=hook.spec_opts.get('firstresult'), Return self._inner_hookexec(hook, methods, kwargs) usr/local/lib/python3.6/dist-packages/pluggy/manager.py:67: in _hookexec Return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)

use pytest for python3 mac

Now, when the tests are being loaded it fails collecting them with: /usr/local/lib/python3.6/dist-packages/pluggy/hooks.py:258: in _call_

use pytest for python3 mac

Pytest.lazy_fixture('user_group_lwi_staff') Pytest.lazy_fixture('user_group_regional_manager'),

use pytest for python3 mac

Pytest.lazy_fixture('user_group_national_manager'), I had a few lazy fixtures loaded in some of my tests like this: [








Use pytest for python3 mac