Skip to content
Snippets Groups Projects
Commit 3b11ad02 authored by Thomas Goirand's avatar Thomas Goirand
Browse files

Use /usr/bin/django-admin instead of django-admin.py. (Closes: #1013605).

parent 41785695
Branches debian/antelope debian/yoga debian/zed
Tags debian/2.3-3
No related merge requests found
python-django-formtools (2.3-2) UNRELEASED; urgency=medium
python-django-formtools (2.3-3) unstable; urgency=medium
* Rebuilt.
* Use /usr/bin/django-admin instead of django-admin.py. (Closes: #1013605).
-- Thomas Goirand <zigo@debian.org> Tue, 28 Jun 2022 15:50:13 +0200
-- Thomas Goirand <zigo@debian.org> Tue, 28 Jun 2022 15:59:14 +0200
python-django-formtools (2.3-1) unstable; urgency=medium
......
......@@ -29,7 +29,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
else \
LIBDIR_END=$$PYMAJOR ; \
fi ; \
PYTHONPATH=. DJANGO_SETTINGS_MODULE=tests.settings PYTHON=python$${pyvers} python$${PYMAJOR}-coverage run /usr/lib/python$$LIBDIR_END/dist-packages/django/bin/django-admin.py test tests ; \
PYTHONPATH=. DJANGO_SETTINGS_MODULE=tests.settings PYTHON=python$${pyvers} python$${PYMAJOR}-coverage run /usr/bin/django-admin test tests ; \
done
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment