diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-07-31 06:23:33 +0300 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-07-31 07:59:30 +0100 |
| commit | 992220a4ed95578e7bfd2b009a944588f897a214 (patch) | |
| tree | 553b2bd52f2af001957eb1d34118c52d0c745a5c /dev-python | |
| parent | 911c4b51c3336f32226bc391567ab2c7ef26b117 (diff) | |
| download | gentoo-992220a4ed95578e7bfd2b009a944588f897a214.tar.gz gentoo-992220a4ed95578e7bfd2b009a944588f897a214.tar.bz2 gentoo-992220a4ed95578e7bfd2b009a944588f897a214.zip | |
dev-python/respx: add EPYTEST_PLUGINS
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43253
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/respx/respx-0.22.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/respx/respx-0.22.0-r1.ebuild b/dev-python/respx/respx-0.22.0-r1.ebuild index decde3e63df0..a8ebbda4a03d 100644 --- a/dev-python/respx/respx-0.22.0-r1.ebuild +++ b/dev-python/respx/respx-0.22.0-r1.ebuild @@ -31,14 +31,14 @@ BDEPEND=" test? ( dev-python/flask[${PYTHON_USEDEP}] dev-python/httpcore[${PYTHON_USEDEP}] - dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/starlette[${PYTHON_USEDEP}] dev-python/trio[${PYTHON_USEDEP}] ) " +EPYTEST_PLUGINS=( pytest-asyncio ) distutils_enable_tests pytest python_test() { - epytest -p 'no:*' -p asyncio -o addopts= + epytest -o addopts= } |
