No need to uninstall pyjwkest in tox file.
This commit is contained in:
parent
a640b33dd6
commit
4485453803
1 changed files with 1 additions and 3 deletions
4
tox.ini
4
tox.ini
|
@ -1,7 +1,7 @@
|
||||||
[tox]
|
[tox]
|
||||||
|
|
||||||
envlist=
|
envlist=
|
||||||
py{2,3}-django{17,18}
|
py{27,34}-django{17,18}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
|
||||||
|
@ -12,6 +12,4 @@ deps =
|
||||||
commands =
|
commands =
|
||||||
pip uninstall --yes django-oidc-provider
|
pip uninstall --yes django-oidc-provider
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pip uninstall --yes pyjwkest
|
|
||||||
pip install https://github.com/juanifioren/pyjwkest/archive/patch-1.zip
|
|
||||||
{envbindir}/django-admin.py test oidc_provider --settings=oidc_provider.tests.app.settings
|
{envbindir}/django-admin.py test oidc_provider --settings=oidc_provider.tests.app.settings
|
||||||
|
|
Loading…
Reference in a new issue