From cd362f7e0555f95e112cc25efd68f89f55db291b8246fe5075eea232dbc9c913 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 2 May 2025 22:02:10 +0000 Subject: [PATCH] Try tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=48 --- python-Authlib.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-Authlib.spec b/python-Authlib.spec index 3d58a88..ad24708 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -76,8 +76,8 @@ rm COMMERCIAL-LICENSE $python -mpytest tests/core $python -mpytest tests/flask # gh#lepture/authlib#456 -$python -mpytest tests/jose -k 'not (test_dir_alg_xc20p or test_xc20p_content_encryption_decryption)' -# $python -mpytest tests/jose +# $python -mpytest tests/jose -k 'not (test_dir_alg_xc20p or test_xc20p_content_encryption_decryption)' +$python -mpytest tests/jose export DJANGO_SETTINGS_MODULE=tests.clients.test_django.settings $python -mpytest tests/clients # export DJANGO_SETTINGS_MODULE=tests.django.settings