Skip to content

Commit ddd0dea

Browse files
committed
Move workarounds to tox.ini to avoid url references in project metadata.
1 parent 1d664fd commit ddd0dea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

8177
testing-integration =
8278
pytest

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ toxworkdir={env:TOX_WORK_DIR:.tox}
44
[testenv]
55
deps =
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
711
setenv =
812
PYTHONWARNDEFAULTENCODING = 1
913
SETUPTOOLS_ENFORCE_DEPRECATION = 1

0 commit comments

Comments
 (0)