diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfd4ecab..957c7439 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Run tests run: | export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/gcsfs/tests/fake-secret.json - pytest -vv \ + pytest -vv -s \ --log-format="%(asctime)s %(levelname)s %(message)s" \ --log-date-format="%H:%M:%S" \ gcsfs/ diff --git a/gcsfs/tests/conftest.py b/gcsfs/tests/conftest.py index b5d74cca..c520cdc0 100644 --- a/gcsfs/tests/conftest.py +++ b/gcsfs/tests/conftest.py @@ -10,6 +10,8 @@ from gcsfs import GCSFileSystem from gcsfs.tests.settings import TEST_BUCKET +fsspec.utils.setup_logging(logger_name="gcsfs") + files = { "test/accounts.1.json": ( b'{"amount": 100, "name": "Alice"}\n'