Skip to content

Commit 31caece

Browse files
committed
Fix CI: move testiq to dev extras
1 parent b2c4fc3 commit 31caece

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ dev = [
4747
"pytest-cov>=4.1.0",
4848
"ruff>=0.8.0",
4949
"black>=24.0.0",
50+
"testiq>=0.2.0",
5051
]
5152

5253
[build-system]
@@ -129,8 +130,3 @@ exclude_lines = [
129130
"raise NotImplementedError",
130131
"if __name__ == .__main__.:",
131132
]
132-
133-
[dependency-groups]
134-
dev = [
135-
"testiq>=0.2.0",
136-
]

0 commit comments

Comments
 (0)