We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe90139 commit 05bfb9dCopy full SHA for 05bfb9d
Makefile
@@ -1,7 +1,5 @@
1
SHELL = /bin/bash
2
3
-export PIP_USE_PEP517 := false
4
-
5
VENV_PATH = .venv
6
7
help:
pyproject.toml
tox.ini
@@ -131,7 +131,6 @@ deps =
131
linters: mypy
132
setenv =
133
PYTHONDONTWRITEBYTECODE=1
134
- PIP_USE_PEP517=false
135
TESTPATH=tests
136
django: TESTPATH=tests/integrations/django
137
flask: TESTPATH=tests/integrations/flask
0 commit comments