summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-12-03 21:52:23 -0500
committerMichał Górny <mgorny@gentoo.org>2023-12-05 05:20:40 +0100
commit6fa17ab42995061b52fb327f88f809f52670dcf6 (patch)
tree655579ad2c604e6233d13db1d9282d9e37e5cf6d /dev-python/django-tables2
parentmail-client/alot: drop outdated dependency on mock (diff)
downloadgentoo-6fa17ab42995061b52fb327f88f809f52670dcf6.tar.gz
gentoo-6fa17ab42995061b52fb327f88f809f52670dcf6.tar.bz2
gentoo-6fa17ab42995061b52fb327f88f809f52670dcf6.zip
dev-python/django-tables2: remove outdated mock dependency
... and drop testsuite removal. Fudge is no longer used upstream. Dropped in 2.5.0 via: https://github.com/jieter/django-tables2/commit/4826a48f695a353ef97c510d3772e047b9c880e8 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-tables2')
-rw-r--r--dev-python/django-tables2/django-tables2-2.6.0.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/django-tables2/django-tables2-2.6.0.ebuild b/dev-python/django-tables2/django-tables2-2.6.0.ebuild
index 727dd24eb674..455addd05950 100644
--- a/dev-python/django-tables2/django-tables2-2.6.0.ebuild
+++ b/dev-python/django-tables2/django-tables2-2.6.0.ebuild
@@ -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
}