Skip to content

Commit

Permalink
fixup! Split up Windows tests relying on urlunparse behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhughes934 committed Jun 23, 2024
1 parent c2a674f commit 042d655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ def __call__(
(sys.version_info[:2] == (3, 12) and sys.version_info >= (3, 12, 4))
or
# https://github.com/python/cpython/commit/872000606271c52d989e53fe4cc9904343d81855
(sys.version_info[:2] == (3, 13) and sys.version_info >= (3, 13, 0, "beta", 3))
(sys.version_info[:2] == (3, 13) and sys.version_info >= (3, 13, 0, "beta", 2))
)

# the above change seems to only impact tests on Windows, so just add skips for that
Expand Down

0 comments on commit 042d655

Please sign in to comment.