diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-08-14 17:06:52 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-08-14 17:23:35 +0200 |
| commit | ed2fb79ff14e2b5c29b5bfaefd42740f072d4673 (patch) | |
| tree | 8c918e2db79b61b44fe0c6c20d9b802faaa9c7c2 /dev-python | |
| parent | 8c57d1032c908b34240ab4ba9b54206870b5b451 (diff) | |
| download | gentoo-ed2fb79ff14e2b5c29b5bfaefd42740f072d4673.tar.gz gentoo-ed2fb79ff14e2b5c29b5bfaefd42740f072d4673.tar.bz2 gentoo-ed2fb79ff14e2b5c29b5bfaefd42740f072d4673.zip | |
dev-python/watchfiles: Use EPYTEST_PLUGINS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/watchfiles/watchfiles-1.1.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/watchfiles/watchfiles-1.1.0.ebuild b/dev-python/watchfiles/watchfiles-1.1.0.ebuild index e74d906b4e9c..2d438d5cd918 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() { |
