Skip to content

Commit 9469325

Browse files
committed
Remove pytest constraint
1 parent ad6dfe8 commit 9469325

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ homepage = "https://github.com/nomad-coe/database-parsers"
2121

2222
[project.optional-dependencies]
2323
tests = [
24-
"pytest>= 5.3.0, <= 8.0.2",
25-
"pytest-cov==2.7.1",
24+
"pytest",
25+
"pytest-cov",
2626
"astroid>=2.5.1",
2727
'mypy>=1.15',
28-
'ruff>=0.6',
28+
'ruff',
2929
'typing-extensions>=4.12',
3030
]
3131

0 commit comments

Comments
 (0)