diff --git a/Makefile b/Makefile index 784095ff..ecd3b066 100644 --- a/Makefile +++ b/Makefile @@ -180,4 +180,3 @@ reimport-pip-patch: pypi-server: SERVER ?= gunicorn pypi-server: pipenv run pypi-server run --server $(SERVER) -v --host=0.0.0.0 --port=8080 --hash-algo=sha256 --disable-fallback ./tests/pypi/ ./tests/fixtures -