Source: fsspec Version: 2025.3.2-1 Tags: patch Hi Maintainer
As was done during the package build, please also ignore test_github.py during the autopkgtest. Regards Graham --- a/debian/tests/fsspec-tests +++ b/debian/tests/fsspec-tests @@ -15,5 +15,5 @@ for py in $pys; do echo "=== $py ===" $py -m pytest tests/ --ignore tests/test_fuse.py - $py -m pytest -k 'not test_find_returns_expected_result_detail_true_include_dirs and not test_find_returns_expected_result_detail_true and not test_async_cat_file_ranges' implementations_tests/ + $py -m pytest -k 'not test_find_returns_expected_result_detail_true_include_dirs and not test_find_returns_expected_result_detail_true and not test_async_cat_file_ranges' implementations_tests/ --ignore implementations_tests/test_github.py done