Skip to content

Commit 054ca25

Browse files
committed
Fix missing branch on tox.ini config
Here we use a specific SHA that we now is "green" to avoid problems with a moving HEAD.
1 parent 39895e4 commit 054ca25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[testenv]
22
deps =
33
# Ideally all the dependencies should be set as "extras"
4-
# workaround for pypa/build#630
5-
build[virtualenv] @ git+https://github.com/jaraco/build@bugfix/630-importlib-metadata
4+
build[virtualenv] @ git+https://github.com/pypa/build@59c1f87
5+
# ^-- pypa/build#630, use dev version while we wait for the new release
66
setenv =
77
PYTHONWARNDEFAULTENCODING = 1
88
SETUPTOOLS_ENFORCE_DEPRECATION = 1

0 commit comments

Comments
 (0)