diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-10-17 19:41:27 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-25 03:22:21 +0100 |
commit | 0586192f4bd1426d19a4e2b2a7e2c6930a6e747b (patch) | |
tree | a2b7a499987afb947db472404b7ec7b27f0df14d /net-misc/streamlink | |
parent | dev-python/matplotlib: drop heavily outdated test dependency on mock (diff) | |
download | gentoo-0586192f4bd1426d19a4e2b2a7e2c6930a6e747b.tar.gz gentoo-0586192f4bd1426d19a4e2b2a7e2c6930a6e747b.tar.bz2 gentoo-0586192f4bd1426d19a4e2b2a7e2c6930a6e747b.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>
Diffstat (limited to 'net-misc/streamlink')
-rw-r--r-- | net-misc/streamlink/streamlink-6.1.0.ebuild | 1 | ||||
-rw-r--r-- | net-misc/streamlink/streamlink-6.2.0.ebuild | 1 | ||||
-rw-r--r-- | net-misc/streamlink/streamlink-6.2.1.ebuild | 1 |
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}] |