mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Remove 'py3' from requirements filename (#6509)
This commit is contained in:
@@ -27,7 +27,7 @@ class StubtestFailed(Exception):
|
||||
|
||||
@functools.lru_cache()
|
||||
def get_mypy_req():
|
||||
with open("requirements-tests-py3.txt") as f:
|
||||
with open("requirements-tests.txt") as f:
|
||||
return next(line.strip() for line in f if "mypy" in line)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user