Skip to content

Commit

Permalink
Remove setuptools and wheels references
Browse files Browse the repository at this point in the history
Signed-off-by: lrcouto <laurarccouto@gmail.com>
  • Loading branch information
lrcouto committed Aug 14, 2023
1 parent 8d6156f commit bc96caf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ 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: 0 additions & 2 deletions features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ 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: 0 additions & 1 deletion tools/circleci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pip>=21.2
setuptools>=65.5.1
twine~=3.0

0 comments on commit bc96caf

Please sign in to comment.