Browse Source
fix: Ci/fix tests (#506)
fix: Ci/fix tests (#506)
* chore: deps update * test: fix tests * ci: update * fix: dependencies * ci: drop python 3.7 * fix: docs, lint etc * test: fixed exchange * chore: docs lint * ci: ignore e231 * fix: upgrade sphinx * docs: read the docs updated * chore: removed setuptoolspull/430/head
Richard Nemeth
12 months ago
committed by
elias.hamacher
16 changed files with 658 additions and 894 deletions
-
4.github/workflows/daily.yaml
-
18.github/workflows/lint.yaml
-
4.github/workflows/publish.yaml
-
4.readthedocs.yaml
-
4README.md
-
1374poetry.lock
-
9pyproject.toml
-
4src/keycloak/_version.py
-
6src/keycloak/connection.py
-
52src/keycloak/keycloak_admin.py
-
8src/keycloak/keycloak_openid.py
-
3src/keycloak/openid_connection.py
-
1src/keycloak/urls_patterns.py
-
57tests/test_keycloak_admin.py
-
2tox.env
-
2tox.ini
1374
poetry.lock
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1,4 +1,4 @@ |
|||
KEYCLOAK_ADMIN=admin |
|||
KEYCLOAK_ADMIN_PASSWORD=admin |
|||
KEYCLOAK_HOST={env:KEYCLOAK_HOST:localhost} |
|||
KEYCLOAK_PORT=8080 |
|||
KEYCLOAK_PORT=8081 |
Write
Preview
Loading…
Cancel
Save
Reference in new issue