diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-05 19:11:59 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-05 19:11:59 -0500 |
| commit | 5f278372030aad6db0f73700a9780b84a004d5ff (patch) | |
| tree | 027a42b585c1678d4fa9fb9ab464e9df3bcdc71f /dev-python/cherrypy | |
| parent | d1f18a9f11dde5cf862fd7c32c6d33a0a9114736 (diff) | |
| download | baldeagleos-repo-5f278372030aad6db0f73700a9780b84a004d5ff.tar.gz baldeagleos-repo-5f278372030aad6db0f73700a9780b84a004d5ff.tar.xz baldeagleos-repo-5f278372030aad6db0f73700a9780b84a004d5ff.zip | |
Adding metadata
Diffstat (limited to 'dev-python/cherrypy')
| -rw-r--r-- | dev-python/cherrypy/cherrypy-18.10.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/cherrypy/cherrypy-18.10.0.ebuild b/dev-python/cherrypy/cherrypy-18.10.0.ebuild index 3c65ff579a31..1a49570db911 100644 --- a/dev-python/cherrypy/cherrypy-18.10.0.ebuild +++ b/dev-python/cherrypy/cherrypy-18.10.0.ebuild @@ -52,6 +52,7 @@ PATCHES=( "${FILESDIR}"/${PN}-18.10.0-tests.patch ) +EPYTEST_PLUGINS=() distutils_enable_tests pytest python_prepare_all() { @@ -65,7 +66,6 @@ python_prepare_all() { python_test() { local EPYTEST_DESELECT=() - local opts=() # These tests are gracefully skipped when pylibmc is missing but not # if pytest-services is missing -- even though that's the only test @@ -75,9 +75,8 @@ python_test() { cherrypy/test/test_session.py::MemcachedSessionTest ) else - opts+=( -p pytest-services ) + local EPYTEST_PLUGINS=( "${EPYTEST_PLUGINS[@]}" pytest-services ) fi - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest "${opts[@]}" + epytest } |
