From ed2fb79ff14e2b5c29b5bfaefd42740f072d4673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 14 Aug 2025 17:06:52 +0200 Subject: [PATCH] dev-python/watchfiles: Use EPYTEST_PLUGINS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/watchfiles/watchfiles-1.1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() {