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 7ef817c commit cc0f95aCopy full SHA for cc0f95a
pyproject.toml
@@ -69,12 +69,12 @@ nox = [
69
"toml >= 0.10.2, < 1",
70
]
71
pytest = [
72
- "pytest",
73
- "pytest-cov",
74
- "pytest-mock",
75
- "pytest-asyncio",
76
- "time-machine",
77
- "async-solipsism",
+ "pytest >= 7.2.1, < 8",
+ "pytest-cov >= 4.0.0, < 5",
+ "pytest-mock >= 3.10.0, < 4",
+ "pytest-asyncio >= 0.20.3, < 1",
+ "time-machine >= 2.9.0, < 3",
+ "async-solipsism >= 0.5, < 1",
78
79
mypy = [
80
"mypy >= 1.0.1, < 2",
0 commit comments