From 59045419a7b94153d98640ee318bd4126ffd6b87 Mon Sep 17 00:00:00 2001 From: Austin Mroczek Date: Fri, 10 Apr 2020 18:23:37 -0700 Subject: [PATCH] Update tox.ini to avoid https://github.com/pytest-dev/pytest/issues/6951 until fixed. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 13fcf81..f285583 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ setenv = LANG=en_US.UTF-8 PYTHONPATH = {toxinidir}/total_connect_client commands = - py.test --timeout=30 --cov=total_connect_client --cov-report term-missing {posargs} + pytest --timeout=30 --cov=total_connect_client --cov-report term-missing -p no:sugar {posargs} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/requirements_test.txt