Remove unnecessary develop option

This commit is contained in:
Adam Johnson 2022-12-07 00:57:44 +00:00
parent 28358e6a21
commit 74eb4cf9f6

View File

@ -3,7 +3,6 @@ envlist =
py{37,38,39,310,311}
[testenv]
use_develop = true
extras = tests
commands =
pytest -v {posargs}