Skip to content

Commit

Permalink
chore: add zoneinfo dependency for dagster-polars tests (#22507)
Browse files Browse the repository at this point in the history
## Summary & Motivation

https://buildkite.com/dagster/dagster-dagster/builds/86076#019008a4-2d77-45ab-8366-db8de4760ec5

> ModuleNotFoundError: The zoneinfo module is required, but could not be
imported. Run `pip install hypothesis[zoneinfo]` and try again.

## How I Tested These Changes
bk
  • Loading branch information
rexledesma authored Jun 12, 2024
1 parent e731c93 commit bf9bc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-polars/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_version() -> str:
"gcp": ["dagster-gcp>=0.19.5"],
"test": [
"pytest>=7.3.1,<8.0.0",
"hypothesis>=6.89.0",
"hypothesis[zoneinfo]>=6.89.0",
"deepdiff>=6.3.0",
"pytest-cases>=3.6.14",
],
Expand Down

0 comments on commit bf9bc34

Please sign in to comment.