python3: fix passthru tests after b937eac

This commit is contained in:
Martin Weinelt
2025-07-23 00:47:13 +02:00
parent 125c8e0441
commit 08aed995ea
2 changed files with 13 additions and 13 deletions
@@ -12,7 +12,7 @@ import unittest
import site
ENV = "@env@"
ENV = "@environment@"
INTERPRETER = "@interpreter@"
PYTHON_VERSION = "@pythonVersion@"