Adding upstream version 2.21.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
75fbdf4c0c
commit
cf86d7d6dd
48 changed files with 534 additions and 210 deletions
3
tox.ini
3
tox.ini
|
@ -3,7 +3,7 @@ envlist = py37,py38,pypy3,pre-commit
|
|||
|
||||
[testenv]
|
||||
deps = -rrequirements-dev.txt
|
||||
passenv = APPDATA HOME LOCALAPPDATA PROGRAMFILES RUSTUP_HOME
|
||||
passenv = *
|
||||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
|
@ -23,5 +23,6 @@ env =
|
|||
GIT_COMMITTER_NAME=test
|
||||
GIT_AUTHOR_EMAIL=test@example.com
|
||||
GIT_COMMITTER_EMAIL=test@example.com
|
||||
GIT_ALLOW_PROTOCOL=file
|
||||
VIRTUALENV_NO_DOWNLOAD=1
|
||||
PRE_COMMIT_NO_CONCURRENCY=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue