Skip to content

Commit

Permalink
Revert "Remove setuptools and wheels references"
Browse files Browse the repository at this point in the history
This reverts commit bfb39f0.

Signed-off-by: lrcouto <laurarccouto@gmail.com>
  • Loading branch information
lrcouto committed Aug 14, 2023
1 parent f453908 commit 8d6156f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ clean:
find . -regex ".*\.egg-info" -exec rm -rf {} +
pre-commit clean || true

install-pip-setuptools:
python -m pip install -U "pip>=21.2, <23.2" "setuptools>=65.5.1" wheel

lint:
pre-commit run -a --hook-stage manual $(hook)
test:
Expand Down
2 changes: 2 additions & 0 deletions features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ def _setup_minimal_env(context):
# pip==23.2 breaks pip-tools<7.0, and pip-tools>=7.0 does not support Python 3.7
"pip>=21.2,<23.2; python_version < '3.8'",
"pip>=21.2; python_version >= '3.8'",
"setuptools>=65.5.1",
"wheel",
],
env=context.env,
)
Expand Down
1 change: 1 addition & 0 deletions tools/circleci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pip>=21.2
setuptools>=65.5.1
twine~=3.0

0 comments on commit 8d6156f

Please sign in to comment.