Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Solves NotImplementedError on python3.8 pytest 6.1 when run on an __init__.py file: Traceback (most recent call last): File "venv/lib/python3.8/site-packages/_pytest/runner.py", line 310, in from_call result = func() # type: Optional[TResult] File "venv/lib/python3.8/site-packages/_pytest/runner.py", line 340, in <lambda> call = CallInfo.from_call(lambda: list(collector.collect()), "collect") File "venv/lib/python3.8/site-packages/_pytest/nodes.py", line 463, in collect raise NotImplementedError("abstract") NotImplementedError: abstract
- Loading branch information