Skip to content

Commit

Permalink
PBS has now released 3.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Oct 8, 2024
1 parent 3897721 commit 5c31a6f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/integration/scie/test_pex_scie.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,6 @@ def test_basic(
re_flags=re.DOTALL | re.MULTILINE,
)
return
if PY_VER >= (3, 13):
result.assert_failure(
expected_error_re=(
r".*"
r"^Failed to build 1 scie:$"
r".*"
r"^Provider: No released assets found for release [0-9]{{8}} Python {version} "
r"of flavor install_only\.$".format(version=".".join(map(str, PY_VER)))
),
re_flags=re.DOTALL | re.MULTILINE,
)
return
result.assert_success()

scie = os.path.join(str(tmpdir), "cowsay")
Expand Down

0 comments on commit 5c31a6f

Please sign in to comment.