chore: specify dev dependencies in setup.cfg
This commit is contained in:
parent
f3daeee8d9
commit
5d9705d244
|
@ -103,7 +103,6 @@ run:
|
|||
```
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
pip install pytest tox black pytest-xdist pytest-timeout
|
||||
pip install -e .
|
||||
pip install -e .[dev]
|
||||
tox
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue