diff --git a/dev-python/watchfiles/watchfiles-1.1.0.ebuild b/dev-python/watchfiles/watchfiles-1.1.0.ebuild index e74d906b4e9c2..2d438d5cd9188 100644 --- a/dev-python/watchfiles/watchfiles-1.1.0.ebuild +++ b/dev-python/watchfiles/watchfiles-1.1.0.ebuild @@ -91,8 +91,6 @@ BDEPEND=" dev-python/setuptools-rust[${PYTHON_USEDEP}] test? ( dev-python/dirty-equals[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-timeout[${PYTHON_USEDEP}] ) " @@ -101,6 +99,7 @@ QA_FLAGS_IGNORED=".*/_rust_notify.*" export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 +EPYTEST_PLUGINS=( anyio pytest-{mock,timeout} ) distutils_enable_tests pytest python_test() {