We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6156a commit 062a939Copy full SHA for 062a939
1 file changed
.github/workflows/main.yaml
@@ -164,7 +164,7 @@ jobs:
164
cd pandas
165
pytest --verbose pandas/tests/io/test_parquet.py -o xfail_strict=False
166
# Test parquet with different filesystems
167
- pytest --verbose pandas/tests/io/test_gcs.py pandas/tests/io/test_fsspec.py -k "parquet" -o xfail_strict=False
+ PY_IGNORE_IMPORTMISMATCH=1 pytest --verbose pandas/tests/io/test_gcs.py pandas/tests/io/test_fsspec.py -k "parquet" -o xfail_strict=False
168
169
win:
170
name: win
0 commit comments