Skip to content

Commit cdcd583

Browse files
authored
ignored_packages: sort & add pytest-mypy-plugins (#15)
1 parent b0f2cbe commit cdcd583

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

minimum_versions.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@
2222
platforms = ["noarch", "linux-64"]
2323
ignored_packages = [
2424
"coveralls",
25+
"hypothesis",
2526
"pip",
2627
"pytest",
2728
"pytest-cov",
2829
"pytest-env",
29-
"pytest-xdist",
30+
"pytest-mypy-plugins",
3031
"pytest-timeout",
31-
"hypothesis",
32+
"pytest-xdist",
3233
]
3334

3435

0 commit comments

Comments
 (0)