Revert, the 2nd

This commit is contained in:
Carl Beekhuizen 2020-10-14 21:21:46 +02:00
parent 1cf6fdb240
commit 5b71df637f
No known key found for this signature in database
GPG Key ID: 8F29E54F49E7AAB5

View File

@ -28,8 +28,7 @@ $(VENV_NAME)/bin/activate: requirements.txt
${VENV_NAME}/bin/python -m pip install -r requirements_test.txt
@touch $(VENV_NAME)/bin/activate
venv_build:
$(VENV_NAME)/bin/activate
venv_build: $(VENV_NAME)/bin/activate
export PYTHONHASHSEED=42
venv_build_test: venv_build