From c20ca306ac062d32c34a3bd4a149ec58cbb62a78 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Sat, 26 Oct 2024 19:03:19 -0700 Subject: [PATCH] One more adaptation for PBS dropping 3.8 from current. --- tests/integration/scie/test_pex_scie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/scie/test_pex_scie.py b/tests/integration/scie/test_pex_scie.py index eee9eeca6..0045ca18d 100644 --- a/tests/integration/scie/test_pex_scie.py +++ b/tests/integration/scie/test_pex_scie.py @@ -83,7 +83,7 @@ def test_basic( re_flags=re.DOTALL | re.MULTILINE, ) return - if PY_VER >= (3, 14): + if PY_VER == (3, 8) or PY_VER >= (3, 14): result.assert_failure( expected_error_re=( r".*"