1
0
Fork 0

[cleanup] Misc

This commit is contained in:
pukkandan 2023-01-07 02:48:34 +05:30
commit edfc7725b1
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
8 changed files with 12 additions and 16 deletions

View file

@ -26,12 +26,12 @@ markers =
[tox:tox]
skipsdist = true
envlist = py{36,37,38,39,310},pypy{36,37,38,39}
envlist = py{36,37,38,39,310,311},pypy{36,37,38,39}
skip_missing_interpreters = true
[testenv] # tox
deps =
pytest
pytest
commands = pytest {posargs:"-m not download"}
passenv = HOME # For test_compat_expanduser
setenv =