Skip to content

Commit

Permalink
Remove change?
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Nov 14, 2024
1 parent bbb96f1 commit 15c691d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions distributed/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1704,10 +1704,6 @@ async def test_upload_file_no_extension(c, s, a, b):
await c.upload_file(fn)


@pytest.mark.skipif(
sys.version_info >= (3, 13),
reason="Upstream issue in CPython. See https://github.com/dask/distributed/issues/8708 and https://github.com/python/cpython/issues/121342.",
)
@gen_cluster(client=True)
async def test_upload_file_zip(c, s, a, b):
def g():
Expand Down

0 comments on commit 15c691d

Please sign in to comment.