We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930086c commit 1c56fb5Copy full SHA for 1c56fb5
pyproject.toml
@@ -32,12 +32,8 @@ requires-python = ">=3.7"
32
dependencies = [
33
"attrs>=19.0",
34
"filelock>=3.0",
35
- "pytest>=4.6; python_version<'3.10'",
36
- "pytest>=6.2; python_version>='3.10'",
37
- "mypy>=0.500; python_version<'3.8'",
38
- "mypy>=0.700; python_version>='3.8' and python_version<'3.9'",
39
- "mypy>=0.780; python_version>='3.9' and python_version<'3.11'",
40
- "mypy>=0.900; python_version>='3.11'",
+ "mypy>=0.50",
+ "pytest>=4.6",
41
]
42
43
[project.entry-points.pytest11]
0 commit comments