nightly contributions#17
Conversation
Fixed: tests/test_24_authorization_endpoint.py Sometimes test_inputs fails for input elements order I get in tests/test_26_userinfo_endpoint.py ImportError: No module named 'oidcendpoint.oidc.add_on.custom_scopes' and yes, it's missing. Is it still to be committed? Then test_30_end_session.py: got many failures. Fixed three of them regarding url-args ordering but cookie with "wrong client" error and another KeyError still have to be patched. modified: README.md modified: src/oidcendpoint/endpoint_context.py modified: tests/test_24_authorization_endpoint.py modified: tests/test_30_end_session.py requirements-dev.txt
|
Was this running the latest code ? |
|
I used an env with py35. But I cannot undetsrand why sometimes client_1 in the cookie became client_2 🙃 I can check them much Better if needed, no hurry |
|
So, should we drop support for py35 ? client_1 becoming client_2 is really weird. |
|
Those 3 tests, randomly. |
|
Ah, sorting ! Yeah, know about that. |
|
Added Travis CI to oidcendpoint Yes, let's drop py3.5. |
|
py35 was actually removed from setup.py a while back :-) |
|
I'll compile a py37 to a netbook of mine (the nightly One) with ubnt16.04, an ordinary task nowadays. Whatelse? I'll configure tox/tests in travis.yml in 24 h, I'm doing this kind of things with my smartphone (Crazy things) |
little things in endpoint_context.py
Fixed: tests/test_24_authorization_endpoint.py
Sometimes test_inputs fails for input elements order
I get in tests/test_26_userinfo_endpoint.py
ImportError: No module named 'oidcendpoint.oidc.add_on.custom_scopes'
and yes it's missing. Is it still to be committed?
Then test_30_end_session.py: got many failures.
Fixed some of them regarding url-args ordering but cookie with "wrong client" error
and another KeyError still need to be patched.