alex / rply

An attempt to port David Beazley's PLY to RPython, and give it a cooler API.
BSD 3-Clause "New" or "Revised" License
381 stars 60 forks source link

Test failure with pytest-3.0.3 #66

Closed djc closed 7 years ago

djc commented 7 years ago

Reported at https://bugs.gentoo.org/show_bug.cgi?id=607510:

collecting tests/test_ztranslation.py ____________________________________________________________________
Using @pytest.skip outside of a test (e.g. as a test function decorator) is not allowed. Use @pytest.mark.skip or @pytest.mark.skipif instead.
alex commented 7 years ago

Is that the wrong bug link? Also, I assume this is against the release, and not master?

djc commented 7 years ago

Oops, yeah -- corrected the link. As it says, this is indeed with 0.7.4.

alex commented 7 years ago

This has been fixed.