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

Support pytest 4.1.0 #4

Closed madzim closed 5 years ago

madzim commented 5 years ago

My first attempt a PR.

I upgraded to pytest 4.1.0 and ran into the deprecation of the node.get_marker function.

https://github.com/pytest-dev/pytest/issues/4546

theY4Kman commented 5 years ago

Hot damn, man, thank you!

I'm gonna close this in favour of #7, submitted in the interest of releasing a new PyPI version quickly, for these few reasons:

Again, though, thank you very much for this. It's nice to know people are getting some value out of the package, and even more heartwarming to see ya care enough to submit a PR <3

theY4Kman commented 5 years ago

Okies, pytest-only 1.2.1 released on PyPI: https://pypi.org/project/pytest-only/

Lemme know if you have any issues!