summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-10-17 19:41:27 -0400
committerSam James <sam@gentoo.org>2023-10-25 03:22:21 +0100
commit0586192f4bd1426d19a4e2b2a7e2c6930a6e747b (patch)
treea2b7a499987afb947db472404b7ec7b27f0df14d
parentdev-python/matplotlib: drop heavily outdated test dependency on mock (diff)
downloadgentoo-0586192f.tar.gz
gentoo-0586192f.tar.bz2
gentoo-0586192f.zip
net-misc/streamlink: remove outdated test dependency on mock
This was originally added in 5.1.0 for python < 3.8, and removed entirely in favor of the stdlib unittest.mock in: https://github.com/streamlink/streamlink/commit/cee59781fbf14c33d4f670b34e00584dafff0c08 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-misc/streamlink/streamlink-6.1.0.ebuild1
-rw-r--r--net-misc/streamlink/streamlink-6.2.0.ebuild1
-rw-r--r--net-misc/streamlink/streamlink-6.2.1.ebuild1
3 files changed, 0 insertions, 3 deletions
diff --git a/net-misc/streamlink/streamlink-6.1.0.ebuild b/net-misc/streamlink/streamlink-6.1.0.ebuild
index 328db327ffcc..01f6fa60c3bb 100644
--- a/net-misc/streamlink/streamlink-6.1.0.ebuild
+++ b/net-misc/streamlink/streamlink-6.1.0.ebuild
@@ -49,7 +49,6 @@ BDEPEND="
$(python_gen_cond_dep '
>=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
test? (
- dev-python/mock[${PYTHON_USEDEP}]
>=dev-python/freezegun-1.0.0[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-trio[${PYTHON_USEDEP}]
diff --git a/net-misc/streamlink/streamlink-6.2.0.ebuild b/net-misc/streamlink/streamlink-6.2.0.ebuild
index 328db327ffcc..01f6fa60c3bb 100644
--- a/net-misc/streamlink/streamlink-6.2.0.ebuild
+++ b/net-misc/streamlink/streamlink-6.2.0.ebuild
@@ -49,7 +49,6 @@ BDEPEND="
$(python_gen_cond_dep '
>=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
test? (
- dev-python/mock[${PYTHON_USEDEP}]
>=dev-python/freezegun-1.0.0[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-trio[${PYTHON_USEDEP}]
diff --git a/net-misc/streamlink/streamlink-6.2.1.ebuild b/net-misc/streamlink/streamlink-6.2.1.ebuild
index 025dd94e32c9..5f7264547893 100644
--- a/net-misc/streamlink/streamlink-6.2.1.ebuild
+++ b/net-misc/streamlink/streamlink-6.2.1.ebuild
@@ -52,7 +52,6 @@ BDEPEND="
>=dev-python/setuptools-64[${PYTHON_USEDEP}]
>=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
test? (
- dev-python/mock[${PYTHON_USEDEP}]
>=dev-python/freezegun-1.0.0[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-trio[${PYTHON_USEDEP}]