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

Fix compatibility with pytest 3.x #64

Closed felixonmars closed 7 years ago

felixonmars commented 7 years ago
==================================== ERRORS ====================================
_________________ ERROR collecting tests/test_ztranslation.py __________________
Using pytest.skip outside of a test is not allowed. If you are trying to decorate a test function, use the @pytest.mark.skip or @pytest.mark.skipif decorators instead.
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
=========================== 1 error in 0.17 seconds ============================
felixonmars commented 7 years ago

The test failure is irrelevant.

alex commented 7 years ago

Closing-and-reopening to retrigger travis