dev-python/django-tables2: remove outdated mock dependency

... and drop testsuite removal. Fudge is no longer used upstream.

Dropped in 2.5.0 via:
4826a48f69

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Eli Schwartz
2023-12-03 21:52:23 -05:00
committed by Michał Górny
parent 9ac33e4a55
commit 6fa17ab429

View File

@@ -32,7 +32,6 @@ BDEPEND="
${RDEPEND}
dev-python/django-filter[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/psycopg:2[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
)
@@ -41,8 +40,6 @@ BDEPEND="
src_prepare() {
# these tests require tablib
rm tests/test_export.py tests/test_templatetags.py || die
# these tests require fudge
rm tests/test_config.py || die
distutils-r1_src_prepare
}