File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -337,8 +337,8 @@ def test_venv_special_chars_issue252(cmd, initproj):
337
337
)
338
338
result = cmd ()
339
339
result .assert_success ()
340
- pattern = re .compile ("special&&1 installed: .*pkg123== 0.7.*" )
341
- assert any (pattern .match (line ) for line in result .outlines ), result .outlines
340
+ pattern = re .compile ("special&&1 installed: .*pkg123 @ .*- 0.7.zip .*" )
341
+ assert any (pattern .match (line ) for line in result .outlines ), " \n " . join ( result .outlines )
342
342
343
343
344
344
def test_unknown_environment (cmd , initproj ):
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ envlist = py27,
11
11
fix_lint,
12
12
docs,
13
13
package_description
14
- minversion = 3.7
14
+ minversion = 3.12
15
15
isolated_build = true
16
16
skip_missing_interpreters = true
17
17
@@ -20,6 +20,7 @@ description = run the tests with pytest under {basepython}
20
20
setenv =
21
21
PIP_DISABLE_PIP_VERSION_CHECK = 1
22
22
COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}/.coverage.{envname}}
23
+ {py27,pypy}: PYTHONWARNINGS =ignore:DEPRECATION::pip._internal.cli.base_command
23
24
passenv =
24
25
CURL_CA_BUNDLE
25
26
http_proxy
@@ -30,7 +31,7 @@ passenv =
30
31
PYTEST_*
31
32
PIP_CACHE_DIR
32
33
deps =
33
- pip >= 19.3 .1
34
+ pip >= 20 .1
34
35
extras = testing
35
36
commands = pytest \
36
37
--cov " {envsitepackagesdir}/tox" \
You can’t perform that action at this time.
0 commit comments