Skip to content

Commit

Permalink
Merge pull request #250 from input-output-hk/rm_legacy_editable
Browse files Browse the repository at this point in the history
Remove legacy editable as it is not supported anymore
  • Loading branch information
mkoura authored Jul 30, 2024
2 parents 43f8b1f + 2599904 commit 0385998
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
.PHONY: install
# TODO: for pylint and mypy, see https://github.com/PyCQA/pylint/issues/7306
install: export SETUPTOOLS_ENABLE_FEATURES="legacy-editable"
install:
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade wheel
python3 -m pip install --upgrade --upgrade-strategy eager -r requirements-dev.txt $(PIP_INSTALL_ARGS)
virtualenv --upgrade-embed-wheels

.PHONY: .install_doc
# TODO: for pylint and mypy, see https://github.com/PyCQA/pylint/issues/7306
.install_doc: export SETUPTOOLS_ENABLE_FEATURES="legacy-editable"
.install_doc:
python3 -m pip install --upgrade --upgrade-strategy eager -r docs/requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e .
-e . --config-settings editable_mode=compat

# linting
mypy
Expand Down

0 comments on commit 0385998

Please sign in to comment.