Skip to content

Commit 1e325d9

Browse files
committed
Log filenames when running pytest-mypy
1 parent 5a6c153 commit 1e325d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ cover = [
5858
]
5959

6060
enabler = [
61-
"pytest-enabler >= 2.2",
61+
"pytest-enabler >= 3.4",
6262
]
6363

6464
type = [
6565
# upstream
66-
"pytest-mypy",
66+
"pytest-mypy >= 1.0.1",
6767

6868
# local
6969
]

0 commit comments

Comments
 (0)