tox.ini: force factur-x version to 1.8 (#59785)

This commit is contained in:
Nicolas Roche 2021-12-16 15:26:27 +01:00
parent 1cede90acc
commit a4378265fd
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ setenv =
coverage: COVERAGE={env:COVERAGE_CONFIG}
deps =
-rtest-requirements.txt
factur-x==1.8
commands =
py.test {env:COVERAGE:} {env:JUNIT:} {posargs}