-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown mark warning #57
Comments
Hi @ftobia I got the same with pytest.last ... on osx |
Hi, same here. Debian buster pytest==5.2.3 best and thanks |
Same here:
Running on OX as well as using Alpine under Docker. |
Same here with |
yes, it works as intended - I'm using pytest.mark.last. I did try adding the mark to the list programmatically but it didn't work for me; guessing it created a different mark object. |
#55 fixes this. Please release a new version (and include LICENSE and the tests into the PYPI package) |
Still seeing this with:
Is it possible to trigger a release with the fix mentioned above? #55 |
When I use @pytest.mark.first, have got same problems. Here is my env, with python 3.8.5. |
This just popped up for me too
|
pytest-ordering des not look like it is still maintained. Use pytest-order instead. Or even better: Make your tests independent of each other, putting common setup and teardown stuff into fixtures! |
When I use the following code to mark a whole test file to be run last:
I always get the following warning at the end of the test run:
Note that the ordering works as expected. My version info:
The text was updated successfully, but these errors were encountered: