commit: 6fa17ab42995061b52fb327f88f809f52670dcf6 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Mon Dec 4 02:52:23 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 5 04:20:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa17ab4
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 <AT> gmail.com> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/django-tables2/django-tables2-2.6.0.ebuild | 3 --- 1 file changed, 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 }
