summaryrefslogtreecommitdiff
path: root/dev-python/pytest-mpl
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-11-05 19:50:15 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-11-05 19:50:15 +0000
commitcba8bd9e2c56b4981613b3f90994a30e697cfc11 (patch)
tree932c19da36a128e8e8dae1eeb6303a8a025c6526 /dev-python/pytest-mpl
parent8e2a024866693650b07dbc2f43e4be74952feb05 (diff)
downloadbaldeagleos-repo-cba8bd9e2c56b4981613b3f90994a30e697cfc11.tar.gz
baldeagleos-repo-cba8bd9e2c56b4981613b3f90994a30e697cfc11.tar.xz
baldeagleos-repo-cba8bd9e2c56b4981613b3f90994a30e697cfc11.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-mpl')
-rw-r--r--dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild b/dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild
index cf1df4a4850f..3522b6d6c9a2 100644
--- a/dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild
+++ b/dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild
@@ -33,12 +33,3 @@ EPYTEST_DESELECT=(
)
distutils_enable_tests pytest
-
-python_test() {
- # disable autoloading plugins in nested pytest calls
- #local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- # since we disabled autoloading, force loading necessary plugins
- #local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
-
- epytest
-}