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 d20aac0 commit 7652e75Copy full SHA for 7652e75
pyproject.toml
@@ -58,8 +58,8 @@ dependencies = [
58
"platformdirs>=4.3.8",
59
"pluggy>=1.6",
60
"pyproject-api>=1.9.1",
61
- "tomli>=2.2.1; python_version < '3.11'",
62
- "typing-extensions>=4.14; python_version < '3.11'",
+ "tomli>=2.2.1; python_version<'3.11'",
+ "typing-extensions>=4.14; python_version<'3.11'",
63
"virtualenv>=20.31.2",
64
]
65
urls.Documentation = "https://tox.wiki"
@@ -93,7 +93,7 @@ test = [
93
"pytest-xdist>=3.8",
94
"re-assert>=1.1",
95
"setuptools>=80.9",
96
- "time-machine>=2.16; implementation_name != 'pypy'",
+ "time-machine>=2.16; implementation_name!='pypy'",
97
"wheel>=0.46.1",
98
99
type = [
0 commit comments