danilobellini / audiolazy

Expressive Digital Signal Processing (DSP) package for Python
GNU General Public License v3.0
689 stars 74 forks source link

Tests fail for pytest 3.2 and later #6

Open toddrme2178 opened 6 years ago

toddrme2178 commented 6 years ago

The tests are failing for pytest 3.2 and later, since the location of the XFailed class has moved.

audiolazy/tests/__init__.py:21: in <module>
    from _pytest.skipping import XFailed
E   ImportError: cannot import name XFailed