Skip to content

Commit

Permalink
tests: don't install moto on 3.13 windows for now (skips s3 windows t…
Browse files Browse the repository at this point in the history
…ests)
  • Loading branch information
ap-- committed Sep 8, 2024
1 parent 87c5fc2 commit ad03d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ dev = [
"requests",
"gcsfs",
"s3fs",
"moto[s3,server]",
# 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') ",
"webdav4[fsspec]",
"paramiko",
"wsgidav",
Expand Down

0 comments on commit ad03d65

Please sign in to comment.