File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,6 @@ testing =
7373 pytest-perf
7474 # for tools/finalize.py
7575 jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
76- # workaround for pytest-dev/execnet#195
77- execnet @ git+https://github.com/jaraco/execnet@bugfix/195-encodingwarning
78- # workaround for pypa/build#630
79- build[virtualenv] @ git+https://github.com/jaraco/build@bugfix/630-importlib-metadata
8076
8177testing-integration =
8278 pytest
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ toxworkdir={env:TOX_WORK_DIR:.tox}
44[testenv]
55deps =
66 # 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
711setenv =
812 PYTHONWARNDEFAULTENCODING = 1
913 SETUPTOOLS_ENFORCE_DEPRECATION = 1
You can’t perform that action at this time.
0 commit comments