Skip to content

Commit 25df708

Browse files
authored
Merge pull request #3966 from zm711/limit-pytest
Limit pytest < 8.4.0 for now
2 parents 0b69fec + c50f809 commit 25df708

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ qualitymetrics = [
120120
]
121121

122122
test_core = [
123-
"pytest",
123+
"pytest<8.4.0",
124124
"pytest-dependency",
125125
"psutil",
126126

@@ -146,7 +146,7 @@ test_preprocessing = [
146146

147147

148148
test = [
149-
"pytest",
149+
"pytest<8.4.0",
150150
"pytest-dependency",
151151
"pytest-cov",
152152
"psutil",

0 commit comments

Comments
 (0)