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 5f31545 commit 731bf9bCopy full SHA for 731bf9b
pyproject.toml
@@ -70,20 +70,19 @@ totp = [
70
[dependency-groups]
71
dev = [
72
"ipython>=8.18.1",
73
- "pytest-cov>=6.0.0",
74
- "typing-extensions>=4.6.0",
75
]
76
lint = [
77
"deptry>=0.23.0",
78
"mypy>=1.15.0",
79
- "ruff>=0.11.8",
+ "ruff>=0.11.9",
80
81
test = [
82
"coverage>=7.6.12",
83
- "django>=4.2.16",
84
- "django-stubs>=5.1.1",
+ "django>=4.2.21",
+ "django-stubs>=5.1.3",
85
"pytest>=8.3.4",
86
"pytest-archon>=0.0.6",
+ "pytest-cov>=6.1.1",
87
"pytest-xdist>=3.6.1",
88
"typeguard>=4.4.2",
89
@@ -104,6 +103,8 @@ packages = [
104
103
105
[tool.uv]
106
package = true
+default-groups = "all"
107
+
108
109
[tool.uv.workspace]
110
members = ["test"]
0 commit comments