deshaw / pyflyby

A set of productivity tools for Python
https://deshaw.github.io/pyflyby/
Other
353 stars 52 forks source link

Don't execute test that will be skipped. #286

Closed Carreau closed 9 months ago

Carreau commented 9 months ago

Having test that are skipped in not the best as it makes it hard to track down if they might be ran on some platform combinaison.

Modify the fixture to just not run those test.

This make the test suite show less s for skipped tests, and make it easier to see discrepancies.

Also remove uncondition xfail, let see if those still fail or not.