Skip to content

Commit

Permalink
Add workaround for freezegun compatibility issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Apr 12, 2024
1 parent 80d2e90 commit dd706c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ dev = [
"setuptools-scm == 8.0.4",
"tox == 4.14.2",
# typing-extensions needed for TypeAlias added in Py 3.10
"typing-extensions == 4.9.0 ; python_version < '3.10'"
"typing-extensions == 4.9.0 ; python_version < '3.10'",
# FIXME: Freezegun 1.4.0 is incompatible with Python 3.13.0a6; use a pre-release
"freezegun @ git+https://github.com/spulec/freezegun#c65f4db6ef4824538061978be30954c1c739d380b ; python_version >= '3.13'",
]
docs = [
"furo == 2024.1.29",
Expand Down

0 comments on commit dd706c7

Please sign in to comment.