From 3a9fc5383aad8d158ea4c07fc03da28fa96c3209 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 10 Sep 2024 10:00:26 -0400 Subject: [PATCH] build: Be able to run quality on any python version. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index c8fffcd3..d78a48cc 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,6 @@ commands = python -Wd -m pytest {posargs} [testenv:quality] -basepython = python3.8 allowlist_externals = make deps =