From 04cb80a8714ebd010a56a1c441023131d36f18e7 Mon Sep 17 00:00:00 2001 From: Mwauracollins <111092125+Mwauracollins@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:07:53 +0300 Subject: [PATCH] Update tox.ini typo --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a1034eb3d..1013d11d5 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ skipsdist = true envlist = py312,black-template [testenv] -deps = -rrequirements.txt +deps = -requirements.txt passenv = AUTOFIXABLE_STYLES commands = pytest -n auto {posargs:./tests}