Fake setuptools-scm into using version 6.2.0a1
Due to pytest-rerunfailures latest version requiring 6.1.0, which is not tagged on master.
This commit is contained in:
parent
875f226d3b
commit
6ee1eadd1c
2
tox.ini
2
tox.ini
|
@ -138,6 +138,8 @@ deps =
|
||||||
pytest-xvfb
|
pytest-xvfb
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONPATH=.
|
PYTHONPATH=.
|
||||||
|
# due to pytest-rerunfailures requiring 6.2+; can be removed after 6.2.0
|
||||||
|
SETUPTOOLS_SCM_PRETEND_VERSION=6.2.0a1
|
||||||
commands =
|
commands =
|
||||||
pip check
|
pip check
|
||||||
pytest bdd_wallet.py
|
pytest bdd_wallet.py
|
||||||
|
|
Loading…
Reference in New Issue