dev-python/watchfiles: Use EPYTEST_PLUGINS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-08-14 17:06:52 +02:00
parent 8c57d1032c
commit ed2fb79ff1

View File

@@ -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() {