diff options
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= } |
