diff options
Diffstat (limited to 'dev-python/watchfiles')
| -rw-r--r-- | dev-python/watchfiles/watchfiles-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/watchfiles/watchfiles-1.1.0.ebuild b/dev-python/watchfiles/watchfiles-1.1.0.ebuild index fd1776bb99a3..1569befe56cb 100644 --- a/dev-python/watchfiles/watchfiles-1.1.0.ebuild +++ b/dev-python/watchfiles/watchfiles-1.1.0.ebuild @@ -7,6 +7,7 @@ DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +RUST_MIN_VER="1.77.0" CRATES=" autocfg@1.3.0 bitflags@1.3.2 @@ -90,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}] ) " @@ -100,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() { |
