There was an error while loading. Please reload this page.
1 parent 04859d7 commit 3646417Copy full SHA for 3646417
tox.ini
@@ -10,13 +10,19 @@ python =
10
3.9: py39
11
12
[testenv]
13
+# Always download the latest pip version. This has not been released yet thus the below
14
+# environment variable VIRTUALENV_PIP is needed. See
15
+# https://github.com/tox-dev/tox/issues/1768#issuecomment-787075584
16
+download = true
17
deps =
18
pytest
19
pytest-cov
20
pytest-mock
21
pytest-raises
22
passenv =
23
STRUCTURIZR_*
24
+setenv =
25
+ VIRTUALENV_PIP=21.1
26
commands =
27
pytest --cov=structurizr --cov-report=term {posargs}
28
0 commit comments