diff options
author | 2023-10-17 19:34:19 -0400 | |
---|---|---|
committer | 2023-10-25 03:22:21 +0100 | |
commit | 94b3308dfae38cf7085a10355bb1e6fd14d7935e (patch) | |
tree | cb72c9ce4a8e23ca734bd5b2033bb7e6e8d61175 /dev-python/matplotlib/matplotlib-3.8.0.ebuild | |
parent | dev-python/pbr: remove outdated mock test dependency (diff) | |
download | gentoo-94b3308dfae38cf7085a10355bb1e6fd14d7935e.tar.gz gentoo-94b3308dfae38cf7085a10355bb1e6fd14d7935e.tar.bz2 gentoo-94b3308dfae38cf7085a10355bb1e6fd14d7935e.zip |
dev-python/matplotlib: drop heavily outdated test dependency on mock
Since 2013, it has been a test dependency gated on python < 3.3
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/matplotlib-3.8.0.ebuild')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.8.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.8.0.ebuild b/dev-python/matplotlib/matplotlib-3.8.0.ebuild index ba6ab14f52cf..4f9c75f2e269 100644 --- a/dev-python/matplotlib/matplotlib-3.8.0.ebuild +++ b/dev-python/matplotlib/matplotlib-3.8.0.ebuild @@ -110,7 +110,6 @@ BDEPEND=" >=media-gfx/graphviz-2.42.3[cairo] ) test? ( - dev-python/mock[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] >=dev-python/tornado-6.0.4[${PYTHON_USEDEP}] |