commit: fe72968dfb52bc780f87d0d9498f832c731ee2a0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Oct 25 05:19:44 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 25 08:28:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe72968d
dev-python/hypothesis: Adjust test blocker for requests-toolbelt requests-toolbelt-0.10.1 no longer immediately triggers the deprecation warning, so we do not have to block this version anymore. While at it, copy the blocker to the older version. Closes: https://bugs.gentoo.org/878111 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/hypothesis/hypothesis-6.56.2.ebuild | 1 + dev-python/hypothesis/hypothesis-6.56.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/hypothesis/hypothesis-6.56.2.ebuild b/dev-python/hypothesis/hypothesis-6.56.2.ebuild index 6d6bc2aac3e0..8b831543982e 100644 --- a/dev-python/hypothesis/hypothesis-6.56.2.ebuild +++ b/dev-python/hypothesis/hypothesis-6.56.2.ebuild @@ -46,6 +46,7 @@ BDEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] + !!<dev-python/requests-toolbelt-0.10.1 ) " diff --git a/dev-python/hypothesis/hypothesis-6.56.3.ebuild b/dev-python/hypothesis/hypothesis-6.56.3.ebuild index e1015cf08f6e..bbb3ede19663 100644 --- a/dev-python/hypothesis/hypothesis-6.56.3.ebuild +++ b/dev-python/hypothesis/hypothesis-6.56.3.ebuild @@ -46,7 +46,7 @@ BDEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] - !!dev-python/requests-toolbelt + !!<dev-python/requests-toolbelt-0.10.1 ) "
