There was an error while loading. Please reload this page.
2 parents f424947 + efd1fbc commit 2327c12Copy full SHA for 2327c12
2 files changed
src/requirements-bootstrap.txt
@@ -1,3 +1,4 @@
1
pip==25.2
2
setuptools==80.10.1
3
+virtualenv==20.24.6
4
wheel==0.46.2
tox.ini
@@ -1,6 +1,11 @@
[tox]
skipsdist = true
envlist = tests,mypy
+requires =
5
+ pip==25.2
6
+ setuptools==80.10.1
7
+ wheel==0.46.2
8
+ virtualenv==20.24.6
9
10
[testenv]
11
# The Makefile and .travis.yml override the indexserver to the public one when
@@ -15,6 +20,9 @@ setenv =
15
20
deps =
16
21
-r{toxinidir}/src/requirements.txt
17
22
23
+[testenv:.tox]
24
+basepython = python3.12
25
+
18
26
[testenv:tests]
19
27
envdir = .tox/py312-linux/
28
recreate = false
0 commit comments