summaryrefslogtreecommitdiff
path: root/dev-python/watchfiles
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-14 19:01:32 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-14 19:01:32 +0000
commitc8ea68d359366c9bb2f6f7f0f9d8b1d60eb45f99 (patch)
tree2b5376ec3dc733db5052d238df5112cf927777aa /dev-python/watchfiles
parent9affcf678cda026d08ac691ee5f2dfefd29fe967 (diff)
downloadbaldeagleos-repo-c8ea68d359366c9bb2f6f7f0f9d8b1d60eb45f99.tar.gz
baldeagleos-repo-c8ea68d359366c9bb2f6f7f0f9d8b1d60eb45f99.tar.xz
baldeagleos-repo-c8ea68d359366c9bb2f6f7f0f9d8b1d60eb45f99.zip
Adding metadata
Diffstat (limited to 'dev-python/watchfiles')
-rw-r--r--dev-python/watchfiles/watchfiles-1.1.0.ebuild4
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() {