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 4fc7215 commit d920294Copy full SHA for d920294
ci/templates/tox.ini
@@ -15,8 +15,11 @@ setenv =
15
passenv =
16
*
17
deps =
18
+ setuptools>=6.0
19
pytest
20
pytest-capturelog
21
+ pytest-benchmark
22
+ objproxies==0.9.3
23
commands =
24
python setup.py clean --all build_ext --force --inplace
25
{posargs:py.test -vv --ignore=src}
tox.ini
@@ -22,8 +22,11 @@ setenv =
26
27
28
29
30
31
32
0 commit comments