pfnet / pfio

IO library to access various filesystems with unified API
https://pfio.readthedocs.io/
MIT License
52 stars 20 forks source link

Support python 3.12 #334

Closed kuenishi closed 4 months ago

kuenishi commented 4 months ago

Addresses #333 .

kuenishi commented 4 months ago

The CI is failing for sparse file cache, which is a deprecated feature.

=================================== FAILURES ===================================
______________________________ test_s3_zip[True] _______________________________

local_cache = True

    @mock_aws
    @pytest.mark.parametrize("local_cache", [False, True])
    def test_s3_zip(local_cache):
        with tempfile.TemporaryDirectory() as d:

So I decided to remove it beforehand at #335.