From 77416927d1eb142b2f9a39c3832abb40a083cd42 Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:50:39 +0100 Subject: [PATCH] Enable tests for Python3.12 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 4f8e4380..ac0904b7 100644 --- a/tox.ini +++ b/tox.ini @@ -25,9 +25,9 @@ deps = commands = python -m pytest -# CI from github -pass_env = CI +# Environment variable CI from github actions +pass_env = CI [testenv:docs]