oidctest
oidctest copied to clipboard
pyjwkest requirement error
Running docker-compose -f docker/docker-compose.yml up
produces this error (full gist here):
Installed /usr/local/lib/python3.6/dist-packages/oidctest-0.9.2-py3.6.egg
Processing dependencies for oidctest==0.9.2
Searching for pyjwkest==1.4.3
Reading https://pypi.python.org/simple/pyjwkest/
No local packages or working download links found for pyjwkest==1.4.3
error: Could not find suitable distribution for Requirement.parse('pyjwkest==1.4.3')
ERROR: Service 'op-test' failed to build: The command '/bin/sh -c cd oidctest && python3 setup.py install && cd -' returned a non-zero code: 1
As of august 2020, pyjwkest v1.4.3 is not released on pypi.
Same problem here.
Same problem here too :(
Well, what can I say. This package is not maintained anymore. The OIDF certification testing is now running the new Java implementation and this package is decommissioned. Also I don't think anyone is actively maintaining pyjwkest anymore.
Just to fix this, backporting to pyjwkest v1.4.2 would probably do the trick.
@rohe Thank you for your reply. Perhaps the status of this project can be set to archived and a linked can be added to the new Java project
Well, what can I say. This package is not maintained anymore. The OIDF certification testing is now running the new Java implementation and this package is decommissioned. Also I don't think anyone is actively maintaining pyjwkest anymore.
Can do.