commit: b49e0fcae853221afa8ba791f10c873cd1b57614 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Wed Oct 18 00:09:17 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 25 02:22:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49e0fca
dev-python/hypothesis: remove outdated test dep on mock Since 2019, it is imported from the stdlib unittest.mock where available: https://github.com/HypothesisWorks/hypothesis/commit/ea4c995e08bf74bd808eea8f91a98918969d957e Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/hypothesis/hypothesis-6.84.3.ebuild | 1 - dev-python/hypothesis/hypothesis-6.87.1.ebuild | 1 - dev-python/hypothesis/hypothesis-6.87.2.ebuild | 1 - dev-python/hypothesis/hypothesis-6.87.3.ebuild | 1 - dev-python/hypothesis/hypothesis-6.87.4.ebuild | 1 - dev-python/hypothesis/hypothesis-6.88.0.ebuild | 1 - dev-python/hypothesis/hypothesis-6.88.1.ebuild | 1 - 7 files changed, 7 deletions(-) diff --git a/dev-python/hypothesis/hypothesis-6.84.3.ebuild b/dev-python/hypothesis/hypothesis-6.84.3.ebuild index 266faabd3550..67d44f17a56f 100644 --- a/dev-python/hypothesis/hypothesis-6.84.3.ebuild +++ b/dev-python/hypothesis/hypothesis-6.84.3.ebuild @@ -43,7 +43,6 @@ RDEPEND=" " BDEPEND=" test? ( - 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.87.1.ebuild b/dev-python/hypothesis/hypothesis-6.87.1.ebuild index 0d6df2a9e475..5d255dfeb3df 100644 --- a/dev-python/hypothesis/hypothesis-6.87.1.ebuild +++ b/dev-python/hypothesis/hypothesis-6.87.1.ebuild @@ -43,7 +43,6 @@ RDEPEND=" " BDEPEND=" test? ( - 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.87.2.ebuild b/dev-python/hypothesis/hypothesis-6.87.2.ebuild index 0d6df2a9e475..5d255dfeb3df 100644 --- a/dev-python/hypothesis/hypothesis-6.87.2.ebuild +++ b/dev-python/hypothesis/hypothesis-6.87.2.ebuild @@ -43,7 +43,6 @@ RDEPEND=" " BDEPEND=" test? ( - 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.87.3.ebuild b/dev-python/hypothesis/hypothesis-6.87.3.ebuild index 0d6df2a9e475..5d255dfeb3df 100644 --- a/dev-python/hypothesis/hypothesis-6.87.3.ebuild +++ b/dev-python/hypothesis/hypothesis-6.87.3.ebuild @@ -43,7 +43,6 @@ RDEPEND=" " BDEPEND=" test? ( - 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.87.4.ebuild b/dev-python/hypothesis/hypothesis-6.87.4.ebuild index 0d6df2a9e475..5d255dfeb3df 100644 --- a/dev-python/hypothesis/hypothesis-6.87.4.ebuild +++ b/dev-python/hypothesis/hypothesis-6.87.4.ebuild @@ -43,7 +43,6 @@ RDEPEND=" " BDEPEND=" test? ( - 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.88.0.ebuild b/dev-python/hypothesis/hypothesis-6.88.0.ebuild index 0d6df2a9e475..5d255dfeb3df 100644 --- a/dev-python/hypothesis/hypothesis-6.88.0.ebuild +++ b/dev-python/hypothesis/hypothesis-6.88.0.ebuild @@ -43,7 +43,6 @@ RDEPEND=" " BDEPEND=" test? ( - 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.88.1.ebuild b/dev-python/hypothesis/hypothesis-6.88.1.ebuild index 0d6df2a9e475..5d255dfeb3df 100644 --- a/dev-python/hypothesis/hypothesis-6.88.1.ebuild +++ b/dev-python/hypothesis/hypothesis-6.88.1.ebuild @@ -43,7 +43,6 @@ RDEPEND=" " BDEPEND=" test? ( - dev-python/mock[${PYTHON_USEDEP}] dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] !!<dev-python/requests-toolbelt-0.10.1
