From 915cc041e3619c7dcb1cba0e517daaee6c73048e Mon Sep 17 00:00:00 2001 From: Cathy Hu Date: Sat, 25 Jul 2020 13:32:01 +0200 Subject: [PATCH] [misc] Restrict pytest path to tests/ --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 771994b..e302bf3 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ deps = pytest pytest-asyncio commands = - pytest + pytest tests [flake8] max_line_length = 88