theY4Kman / pytest-only

pytest plug-in to run single tests with the "only" mark (perfect for use with auto-rerunners!)
https://pypi.org/project/pytest-only/
MIT License
18 stars 5 forks source link

Merge pull request #8 from nicoddemus/patch-1 #8

Closed nicoddemus closed 4 years ago

nicoddemus commented 4 years ago

Since pytest 4.5.0, warnings are emitted for unknown marks.

This PR registers the only mark so users don't get the warning message.

Ref: https://github.com/pytest-dev/pytest/issues/6230

theY4Kman commented 4 years ago

Ooo, thank you for this :)