Skip to content

Commit 2327c12

Browse files
authored
Merge pull request #120 from Yelp/u/robj/bump-venv
bump the version of virtualenv we use
2 parents f424947 + efd1fbc commit 2327c12

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/requirements-bootstrap.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pip==25.2
22
setuptools==80.10.1
3+
virtualenv==20.24.6
34
wheel==0.46.2

tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[tox]
22
skipsdist = true
33
envlist = tests,mypy
4+
requires =
5+
pip==25.2
6+
setuptools==80.10.1
7+
wheel==0.46.2
8+
virtualenv==20.24.6
49

510
[testenv]
611
# The Makefile and .travis.yml override the indexserver to the public one when
@@ -15,6 +20,9 @@ setenv =
1520
deps =
1621
-r{toxinidir}/src/requirements.txt
1722

23+
[testenv:.tox]
24+
basepython = python3.12
25+
1826
[testenv:tests]
1927
envdir = .tox/py312-linux/
2028
recreate = false

0 commit comments

Comments
 (0)