We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a767133 commit c1a3f90Copy full SHA for c1a3f90
2 files changed
scripts/populate_tox/tox.jinja
@@ -214,7 +214,10 @@ passenv =
214
SENTRY_PYTHON_TEST_POSTGRES_NAME
215
TESTPATH
216
217
-usedevelop = True
+; PEP 660 editable installs need setuptools>=64 (Python 3.8+), so fall
218
+; back to a non-editable install for the py3.6/py3.7 envs.
219
+usedevelop =
220
+ !py3.6-!py3.7: true
221
222
extras =
223
bottle: bottle
tox.ini
@@ -1047,7 +1047,10 @@ passenv =
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
0 commit comments