We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b83ce0c + ddd0dea commit d58fb55Copy full SHA for d58fb55
tox.ini
@@ -4,6 +4,10 @@ toxworkdir={env:TOX_WORK_DIR:.tox}
4
[testenv]
5
deps =
6
# Ideally all the dependencies should be set as "extras"
7
+ # workaround for pytest-dev/execnet#195
8
+ execnet @ git+https://github.com/jaraco/execnet@bugfix/195-encodingwarning
9
+ # workaround for pypa/build#630
10
+ build[virtualenv] @ git+https://github.com/jaraco/build@bugfix/630-importlib-metadata
11
setenv =
12
PYTHONWARNDEFAULTENCODING = 1
13
SETUPTOOLS_ENFORCE_DEPRECATION = 1
0 commit comments