This repository has been archived by the owner on May 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
AttributeError: 'NoneType' object has no attribute '_registry' with pytest 5.3.0 #46
Comments
See #36 (comment). |
blueyed
added a commit
to blueyed/pytest-parallel
that referenced
this issue
Nov 22, 2019
This works around kevlened#46. It also seems to be good in general, since this also mangles the output (and appears to be off (far behind in percentage) for when it appears etc).
As a workaround |
kevlened
pushed a commit
that referenced
this issue
Nov 22, 2019
This works around #46. It also seems to be good in general, since this also mangles the output (and appears to be off (far behind in percentage) for when it appears etc).
This is fixed. @kevlened |
Thanks @blueyed! I'll go through them this afternoon. |
Hi there, Thanks a lot! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I run pytest with pytest-parallel (v 0.0.9) in a Gitlab CI-Pipeline.
Without changing my code the pipeline jobs stopped working. The only thing that change was the pytest version from 5.2.4 to 5.3.0.
Also the pipeline job doesn't seem to stop. It's stuck in the status running until I cancel it.
The failed command is:
- python setup.py install && pytest --workers 4
where
setup.py install
is our project specific setup script.The hopefully relevant output:
When the
--workers 4
was removed the CI pipeline didn't fail.To avoid this we now fixed the pytest version to 5.2.4.
I also created an issue at pytest:
pytest-dev/pytest#6254
I hope I could help.
Best regards
The text was updated successfully, but these errors were encountered: