From 2c6015057e44854450f986a04d5b8c316516ab56 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 18 Dec 2022 15:00:17 -0500 Subject: [PATCH] Fix tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e88542de..17bdaff3 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ commands = pytest -c tests/.configs/pytest.ini python_files = test_*_py3*.py [testenv:coveralls] -passenv = GITHUB_* COVERALLS_* +passenv = GITHUB_*, COVERALLS_* basepython=python3.11 usedevelop=True deps=