commit:     2d61caeb04b13d359f6682cb53a2c6bc1854e5fd
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 19:20:07 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar 23 19:20:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d61caeb

dev-python/django-bootstrap5: dropped network test

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-python/django-bootstrap5/django-bootstrap5-24.3-r2.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/django-bootstrap5/django-bootstrap5-24.3-r2.ebuild 
b/dev-python/django-bootstrap5/django-bootstrap5-24.3-r2.ebuild
index ecc98380c9e0..a70de9d798c8 100644
--- a/dev-python/django-bootstrap5/django-bootstrap5-24.3-r2.ebuild
+++ b/dev-python/django-bootstrap5/django-bootstrap5-24.3-r2.ebuild
@@ -26,6 +26,11 @@ BDEPEND="test? ( sci-libs/gdal )"
 
 distutils_enable_tests pytest
 
+src_prepare() {
+       rm tests/test_urls.py || die
+       distutils-r1_src_prepare
+}
+
 python_test() {
        "${EPYTHON}" -m django test tests --settings tests.app.settings \
                || die "Tests failed with ${EPYTHON}"

Reply via email to