diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-07 05:51:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-07 06:00:28 +0100 |
commit | 4845b10f5fca98ed7140bbe050a45164552cbbdb (patch) | |
tree | c3735b4fe96bc2f508e9d66f24638086de36902b /dev-python/pytest | |
parent | app-admin/awscli: Bump to 1.32.57 (diff) | |
download | gentoo-4845b10f5fca98ed7140bbe050a45164552cbbdb.tar.gz gentoo-4845b10f5fca98ed7140bbe050a45164552cbbdb.tar.bz2 gentoo-4845b10f5fca98ed7140bbe050a45164552cbbdb.zip |
dev-python/pytest: Block broken dev-python/flaky versions in 8.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-8.1.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pytest/pytest-8.1.0.ebuild b/dev-python/pytest/pytest-8.1.0.ebuild index cfd74cc26c6b..f57a5169cba9 100644 --- a/dev-python/pytest/pytest-8.1.0.ebuild +++ b/dev-python/pytest/pytest-8.1.0.ebuild @@ -31,6 +31,7 @@ RDEPEND=" >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}] >=dev-python/tomli-1[${PYTHON_USEDEP}] ' 3.10) + !!<=dev-python/flaky-3.7.0-r5 " BDEPEND=" >=dev-python/setuptools-scm-6.2.3[${PYTHON_USEDEP}] |