Merge "Replace deprecated UPPER_CONSTRAINTS_FILE variable"

This commit is contained in:
Zuul 2020-11-24 21:18:43 +00:00 committed by Gerrit Code Review
commit eb7a5ffc50
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ skipsdist = True
skip_install = True
sitepackages = False
setenv =
UPPER_CONSTRAINTS_FILE=file:///dev/null
TOX_CONSTRAINTS_FILE=file:///dev/null
deps =
pre-commit>=2.7.1
virtualenv>=20.0.31