diff options
| author | 2022-10-25 07:19:44 +0200 | |
|---|---|---|
| committer | 2022-10-25 10:28:01 +0200 | |
| commit | fe72968dfb52bc780f87d0d9498f832c731ee2a0 (patch) | |
| tree | f9db6fa729813179db50293fd5f589048c36dab8 | |
| parent | dev-python/requests-toolbelt: Bump to 0.10.1 (diff) | |
| download | gentoo-fe72968dfb52bc780f87d0d9498f832c731ee2a0.tar.gz gentoo-fe72968dfb52bc780f87d0d9498f832c731ee2a0.tar.bz2 gentoo-fe72968dfb52bc780f87d0d9498f832c731ee2a0.zip | |
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@gentoo.org>
| -rw-r--r-- | dev-python/hypothesis/hypothesis-6.56.2.ebuild | 1 | ||||
| -rw-r--r-- | dev-python/hypothesis/hypothesis-6.56.3.ebuild | 2 |
2 files changed, 2 insertions, 1 deletions
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 ) " |
