We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c8d25 commit a81e3b5Copy full SHA for a81e3b5
1 file changed
tox.ini
@@ -8,10 +8,10 @@ envlist =
8
[testenv]
9
description = Running tests in the corresponding environment
10
passenv = *
11
+install_command = python -m pip install --upgrade {opts} {packages}
12
+commands_pre =
13
+ python -m pip install --upgrade pip setuptools wheel
14
deps =
- pip>=24.0
- setuptools>=68.0
- wheel>=0.41
15
-rrequirements.txt
16
-rrequirements.dev.txt
17
0 commit comments