From 0a257008d13bfdceb74874ef2d65e94880682d36 Mon Sep 17 00:00:00 2001 From: Sujay Garlanka Date: Wed, 17 Mar 2021 13:19:43 -0400 Subject: [PATCH] Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2e73a62f8..8c9cf12a7 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ envlist = [testenv] commands = - pytest {posargs} + pytest {posargs} --ignore=test/functional deps = -rrequirements-dev.txt [testenv:rst]