[misc] Restrict pytest path to tests/

This commit is contained in:
Cathy Hu 2020-07-25 13:32:01 +02:00
parent ee31627859
commit 915cc041e3

View file

@ -19,7 +19,7 @@ deps =
pytest
pytest-asyncio
commands =
pytest
pytest tests
[flake8]
max_line_length = 88