From 0107fd7ae7e42d399b5be9af6f3ee4427e16ea7d Mon Sep 17 00:00:00 2001 From: Max Marrone Date: Thu, 18 Apr 2024 01:32:22 -0400 Subject: [PATCH] Remove extra space. I don't think this matters, but maybe... --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b00e28ad..00f335d8 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands = make test allowlist_externals = make -[testenv: py3108] +[testenv:py3108] # Python 3.10.8 is the most recent version that triggers # https://github.com/pytest-dev/pytest-asyncio/issues/757. #