summaryrefslogtreecommitdiff
path: root/dev-python/mido
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-05 19:11:59 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-05 19:11:59 -0500
commit5f278372030aad6db0f73700a9780b84a004d5ff (patch)
tree027a42b585c1678d4fa9fb9ab464e9df3bcdc71f /dev-python/mido
parentd1f18a9f11dde5cf862fd7c32c6d33a0a9114736 (diff)
downloadbaldeagleos-repo-5f278372030aad6db0f73700a9780b84a004d5ff.tar.gz
baldeagleos-repo-5f278372030aad6db0f73700a9780b84a004d5ff.tar.xz
baldeagleos-repo-5f278372030aad6db0f73700a9780b84a004d5ff.zip
Adding metadata
Diffstat (limited to 'dev-python/mido')
-rw-r--r--dev-python/mido/mido-1.3.3.ebuild14
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
+)