From c8ea68d359366c9bb2f6f7f0f9d8b1d60eb45f99 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 14 Aug 2025 19:01:32 +0000 Subject: Adding metadata --- dev-python/watchfiles/watchfiles-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/watchfiles') 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() { -- cgit v1.3.1