Do not run wuttjamaican from source, for tox tests
This commit is contained in:
parent
f0d3f1bdf7
commit
f724b54dde
4
tox.ini
4
tox.ini
|
@ -8,22 +8,18 @@ envlist = py36, py37, py38, py39, py310, py311
|
|||
requires = virtualenv<20.22.0
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
git+https://kallithea.rattailproject.org/rattail-project/wuttjamaican@master#egg=WuttJamaican
|
||||
extras = bouncer,db,tests
|
||||
commands = pytest {posargs}
|
||||
|
||||
[testenv:py37]
|
||||
# nb. newer libs may cause segfault for this one, so must avoid that
|
||||
deps =
|
||||
git+https://kallithea.rattailproject.org/rattail-project/wuttjamaican@master#egg=WuttJamaican
|
||||
coverage<6.5
|
||||
wheel<0.41
|
||||
|
||||
[testenv:coverage]
|
||||
basepython = python3
|
||||
deps =
|
||||
git+https://kallithea.rattailproject.org/rattail-project/wuttjamaican@master#egg=WuttJamaican
|
||||
appy
|
||||
invoke
|
||||
luigi
|
||||
|
|
Loading…
Reference in a new issue