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 856eb10 commit ae14557Copy full SHA for ae14557
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pytest-describe"
3
-version = "3.0.0a0"
+version = "3.0.0"
4
description = "Describe-style plugin for pytest"
5
readme = "README.md"
6
requires-python = ">=3.9"
@@ -21,7 +21,6 @@ classifiers = [
21
"Operating System :: Microsoft :: Windows",
22
"Operating System :: POSIX",
23
"Framework :: Pytest",
24
- "Framework :: Pytest :: Plugin",
25
"Programming Language :: Python :: 3",
26
"Programming Language :: Python :: 3 :: Only",
27
"Programming Language :: Python :: 3.9",
@@ -71,7 +70,6 @@ select = [
71
70
]
72
ignore = []
73
74
-
75
[tool.ruff.format]
76
quote-style = "double"
77
indent-style = "space"
0 commit comments