Skip to content

Commit 76bdc86

Browse files
committed
Add upper limit to time-machine
1 parent 2982f25 commit 76bdc86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424

2525
[project.optional-dependencies]
2626
test = [
27-
'time-machine>=2.6.0; implementation_name != "pypy"',
27+
'time-machine>=2.6.0,<3.0.0; implementation_name != "pypy"',
2828
]
2929

3030
[project.urls]

0 commit comments

Comments
 (0)