diff options
Diffstat (limited to 'dev-python/mido')
| -rw-r--r-- | dev-python/mido/mido-1.3.3.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-python/mido/mido-1.3.3.ebuild b/dev-python/mido/mido-1.3.3.ebuild index 47a8ae21977a..0b497a44e6be 100644 --- a/dev-python/mido/mido-1.3.3.ebuild +++ b/dev-python/mido/mido-1.3.3.ebuild @@ -27,14 +27,10 @@ RDEPEND=" distutils_enable_sphinx docs \ dev-python/sphinx-rtd-theme +EPYTEST_PLUGINS=() distutils_enable_tests pytest -python_test() { - local EPYTEST_DESELECT=( - # performance test - tests/midifiles/test_tracks.py::test_merge_large_midifile - ) - - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} +EPYTEST_DESELECT=( + # performance test + tests/midifiles/test_tracks.py::test_merge_large_midifile +) |
