Skip to content

Commit

Permalink
tests: reenable py3.13 tests on windows (#295)
Browse files Browse the repository at this point in the history
Was blocked due to missing pywin32 for 3.13
  • Loading branch information
ap-- authored Oct 7, 2024
1 parent 70b1a78 commit 3fc72fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,12 @@ tests = [
"packaging",
]
dev = [
"adlfs; python_version<='3.12' or (python_version>'3.12' and os_name!='nt') ",
"adlfs",
"aiohttp",
"requests",
"gcsfs",
"s3fs",
# exclude moto installation on 3.13 windows until pywin32 wheels are available:
"moto[s3,server]; python_version<='3.12' or (python_version>'3.12' and os_name!='nt') ",
"moto[s3,server]",
"webdav4[fsspec]",
"paramiko",
"wsgidav",
Expand Down

0 comments on commit 3fc72fb

Please sign in to comment.