From a4378265fd30215d836b9761a12d74d2d7eaa093 Mon Sep 17 00:00:00 2001 From: Nicolas ROCHE Date: Thu, 16 Dec 2021 15:26:27 +0100 Subject: [PATCH] tox.ini: force factur-x version to 1.8 (#59785) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f938545..df0d8f3 100644 --- a/tox.ini +++ b/tox.ini @@ -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}