diff --git a/pyproject.toml b/pyproject.toml index 23c34eb93..87824ab37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,10 +60,10 @@ dev = [ test = [ "lz4", "minio", - "aiohttp; python_version<\"3.12\"", # asyncio not available + "aiohttp", "fsspec", "fsspec-xrootd", - "s3fs; python_version<\"3.12\"", # asyncio not available + "s3fs", "paramiko", "pytest>=6", "pytest-timeout",