Skip to content

Commit e62e357

Browse files
author
hauntsaninja
committed
Fix mypy self test
1 parent ba9c5ad commit e62e357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/mypy_selftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
)
1919
try:
2020
subprocess.run([sys.executable, "-m", "pip", "install", f"mypy=={MYPY_VERSION}"], check=True)
21+
subprocess.run([sys.executable, "-m", "pip", "install", "-r", dirpath / "test-requirements.txt"], check=True)
2122
subprocess.run(
2223
[
2324
"mypy",

0 commit comments

Comments
 (0)