Skip to content

Commit ec26fe7

Browse files
committed
Revert "test ci"
This reverts commit 4c1c8a5.
1 parent 4c1c8a5 commit ec26fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ dev = [
6060
test = [
6161
"lz4",
6262
"minio",
63-
"aiohttp",
63+
"aiohttp; python_version<\"3.12\"", # asyncio not available
6464
"fsspec",
6565
"fsspec-xrootd",
66-
"s3fs",
66+
"s3fs; python_version<\"3.12\"", # asyncio not available
6767
"paramiko",
6868
"pytest>=6",
6969
"pytest-timeout",

0 commit comments

Comments
 (0)