Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
These were all nitpicks but hey, that's good news. :)
  • Loading branch information
pradyunsg committed Dec 15, 2019
1 parent 618b2d8 commit 6929cc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ patches-dir = "tools/automation/vendoring/patches"
[tool.vendoring.transformations]
substitute = [
# pkg_resource's vendored packages are directly vendored in pip.
{ match='pkg_resources\.extern', replace='pip._vendor' },
{ match='from \.extern', replace='from pip._vendor' },
{ match='pkg_resources\.extern', replace="pip._vendor" },
{ match='from \.extern', replace="from pip._vendor" },
]
drop = [
# contains unnecessary scripts
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ basepython = python3.8
skip_install = True
commands_pre =
deps =
vendoring == 0.2.2
vendoring==0.2.2
# Required, otherwise we interpret --no-binary :all: as
# "do not build wheels", which fails for PEP 517 requirements
pip>=19.3.1
Expand Down

0 comments on commit 6929cc6

Please sign in to comment.