Skip to content

Commit 5cc78b5

Browse files
committed
Remove pytest constraint
1 parent 2477399 commit 5cc78b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ homepage = "https://github.com/nomad-coe/nomad-normalizer-plugin-system"
2020
dev = [
2121
"ase>=3.22.0",
2222
'mypy>=1.15',
23-
'pytest>= 5.3.0, <8',
24-
'pytest-timeout>=1.4.2',
25-
'pytest-cov>=2.7.1',
26-
'ruff>=0.6',
23+
'pytest',
24+
'pytest-timeout',
25+
'pytest-cov',
26+
'ruff',
2727
'typing-extensions>=4.12',
2828
]
2929

0 commit comments

Comments
 (0)