mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 15:55:47 -05:00
wsgi plugins: mod_wsgi expects bytes as an output
python3-mod_wsgi expects that the application() method returns bytes otherwise it breaks. https://pagure.io/freeipa/issue/4985 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
1a35a2e213
commit
db4d0998fd
+1
-1
@@ -66,6 +66,7 @@ env:
|
||||
TEST_RUNNER_CONFIG=".test_runner_config_py3_temp.yaml"
|
||||
TESTS_TO_RUN="test_cmdline
|
||||
test_ipalib
|
||||
test_ipaserver/test_changepw.py
|
||||
test_pkcs10
|
||||
test_xmlrpc/test_location_plugin.py
|
||||
test_xmlrpc/test_nesting.py
|
||||
@@ -98,7 +99,6 @@ env:
|
||||
# test_ipapython/test_kerberos.py
|
||||
# test_ipapython/test_ssh.py
|
||||
# test_ipaserver/httptest.py
|
||||
# test_ipaserver/test_changepw.py
|
||||
# test_ipaserver/test_dnssec.py
|
||||
# test_ipaserver/test_install/test_adtrustinstance.py
|
||||
# test_ipaserver/test_install/test_service.py
|
||||
|
||||
Reference in New Issue
Block a user