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 110e4e3 commit d6d6423Copy full SHA for d6d6423
tests/integration/test_writes/test_writes.py
@@ -866,8 +866,7 @@ def test_summaries_with_only_nulls(
866
@pytest.mark.integration
867
def test_duckdb_url_import(warehouse: Path, arrow_table_with_null: pa.Table) -> None:
868
os.environ["TZ"] = "Etc/UTC"
869
- if hasattr(time, "tzset"):
870
- time.tzset()
+ time.tzset()
871
tz = pytz.timezone(os.environ["TZ"])
872
873
catalog = SqlCatalog("test_sql_catalog", uri="sqlite:///:memory:", warehouse=f"/{warehouse}")
0 commit comments