We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef6b16 commit 96716b0Copy full SHA for 96716b0
tox.ini
@@ -11,13 +11,13 @@ python =
11
12
[testenv]
13
deps =
14
- pytest
15
- pytest-xdist
16
- pytest-split
17
- cocotb
18
- cocotb-test
19
- cocotbext-axi
20
- jinja2
+ pytest == 6.2.5
+ pytest-xdist == 2.4.0
+ pytest-split == 0.4.0
+ cocotb == 1.6.1
+ cocotb-test == 0.2.1
+ cocotbext-axi == 0.1.16
+ jinja2 == 3.0.3
21
22
commands =
23
pytest -n auto {posargs}
0 commit comments