We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fa12a commit 0ba9fdbCopy full SHA for 0ba9fdb
Pipfile
@@ -29,7 +29,7 @@ pytest-asyncio = "==0.21.2"
29
requests = "*"
30
3scale-api = ">=0.35.0"
31
dynaconf = "*"
32
-python-keycloak = ">=4.7.3" # this fix needed: https://github.com/marcospereirampj/python-keycloak/pull/622/files
+python-keycloak = "==4.0.1"
33
backoff = "*"
34
websocket_client = "==1.5.1"
35
httpx = {version = "*", extras = ["http2"]}
testsuite/rhsso/__init__.py
@@ -33,7 +33,7 @@ def oidc_client(self) -> KeycloakOpenID:
"""OIDCClient for the created client"""
if not self._oidc_client:
self._oidc_client = self.client.oidc_client
36
- return self._oidc_client # type: ignore
+ return self._oidc_client
37
38
def issuer_url(self) -> str:
39
"""
0 commit comments