Skip to content
Snippets Groups Projects
Commit 1f6db06f authored by Stefano Rivera's avatar Stefano Rivera
Browse files

Unset http_proxy and https_proxy for client test. (Closes: #1066764)

parent c111f296
No related branches found
No related tags found
No related merge requests found
python-authlib (1.3.0-2) UNRELEASED; urgency=medium
* Unset http_proxy and https_proxy for client test. (Closes: #1066764)
-- Stefano Rivera <stefanor@debian.org> Mon, 25 Mar 2024 19:56:03 -0400
python-authlib (1.3.0-1) unstable; urgency=medium
* New upstream release.
......
......@@ -9,6 +9,7 @@ export PYBUILD_TEST_PYTEST=1
override_dh_auto_test:
dh_auto_test -- --test-pytest --test-args tests/core
DJANGO_SETTINGS_MODULE=tests.clients.test_django.settings \
http_proxy= https_proxy= \
dh_auto_test -- --test-pytest --test-args tests/clients
DJANGO_SETTINGS_MODULE=tests.django.settings \
dh_auto_test -- --test-pytest --test-args tests/django
......
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