From b7955d4a99f099672257f5051150d383e07af938 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler <4189642+patkan@users.noreply.github.com> Date: Mon, 14 Aug 2023 03:54:24 +0200 Subject: [PATCH] Update tox.ini --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2a1c134..044e638 100644 --- a/tox.ini +++ b/tox.ini @@ -24,6 +24,7 @@ deps = jaconv python-barcode commands = pytest --cov escpos --cov-report=xml passenv = ESCPOS_CAPABILITIES_PICKLE_DIR, ESCPOS_CAPABILITIES_FILE, CI, TRAVIS, TRAVIS_*, APPVEYOR, APPVEYOR_*, CODECOV_* +setenv = PY_IGNORE_IMPORTMISMATCH=1 [testenv:docs] basepython = python