Skip to content

Commit 62a8086

Browse files
committed
Removed deprecated install-venv
1 parent dac5dfc commit 62a8086

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ help:
3939
@echo " inplace make inplace extension"
4040
@echo " install make and install"
4141
@echo " install-coverage make and install with C coverage"
42-
@echo " install-venv (deprecated) install in virtualenv"
4342
@echo " lint run the lint checks"
4443
@echo " lint-fix run Black and isort to (mostly) fix lint issues"
4544
@echo " release-test run code and package tests before release"
@@ -67,11 +66,6 @@ debug:
6766
make clean > /dev/null
6867
CFLAGS='-g -O0' python3 -m pip install --global-option="build_ext" . > /dev/null
6968

70-
.PHONY: install-venv
71-
install-venv:
72-
echo "'install-venv' is deprecated and will be removed in a future Pillow release"
73-
virtualenv .
74-
7569
.PHONY: release-test
7670
release-test:
7771
python3 -m pip install -e .[tests]

0 commit comments

Comments
 (0)