Skip to content

Commit

Permalink
One more adaptation for PBS dropping 3.8 from current.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Oct 27, 2024
1 parent 3cc2b63 commit c20ca30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/scie/test_pex_scie.py
Original file line number Diff line number Diff line change
Expand Up @@ -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".*"
Expand Down

0 comments on commit c20ca30

Please sign in to comment.