Update tox.ini typo

This commit is contained in:
Mwauracollins 2024-09-29 00:07:53 +03:00 committed by GitHub
parent 5e9d60687b
commit 04cb80a871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}