From 5d0701bc72e344d401a6559a6f06e9f09e0d5fec Mon Sep 17 00:00:00 2001 From: str0zzapreti Date: Tue, 3 Oct 2023 18:03:07 -0700 Subject: [PATCH] trying tox config without pytest-retry --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fee9e4a..8abf366 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ setenv = deps = -r{toxinidir}/dev-requirements.txt commands = - pytest --basetemp={envtmpdir} + pytest --basetemp={envtmpdir} -p no:pytest-retry [testenv:flake8] basepython = python3.10