Finish renaming stubtest.yml to daily.yml (#7448)

This commit is contained in:
Akuli
2022-03-07 11:09:24 +02:00
committed by GitHub
parent 675de720d6
commit 30a424c661
3 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
# Use pre-release stubtest. Keep the following in sync:
# - get_mypy_req in tests/stubtest_third_party.py
# - stubtest-stdlib in .github/workflows/stubtest.yml
# - stubtest-stdlib in .github/workflows/daily.yml
# - stubtest-stdlib in .github/workflows/tests.yml
run: pip install $(grep tomli== requirements-tests.txt) git+git://github.com/python/mypy@c7a81620bef7585cca6905861bb7ef34ec12da2f
- name: Run stubtest
@@ -80,5 +80,5 @@ jobs:
owner: "python",
repo: "typeshed",
title: `Stubtest failed on ${new Date().toDateString()}`,
body: "Stubtest runs are listed here: https://github.com/python/typeshed/actions/workflows/stubtest.yml",
body: "Stubtest runs are listed here: https://github.com/python/typeshed/actions/workflows/daily.yml",
})

View File

@@ -112,7 +112,7 @@ jobs:
- name: Install dependencies
# Use pre-release stubtest. Keep the following in sync:
# - get_mypy_req in tests/stubtest_third_party.py
# - stubtest-stdlib in .github/workflows/stubtest.yml
# - stubtest-stdlib in .github/workflows/daily.yml
# - stubtest-stdlib in .github/workflows/tests.yml
run: pip install $(grep tomli== requirements-tests.txt) git+git://github.com/python/mypy@c7a81620bef7585cca6905861bb7ef34ec12da2f
- name: Run stubtest

View File

@@ -20,7 +20,7 @@ import tomli
def get_mypy_req():
# Use pre-release stubtest. Keep the following in sync:
# - get_mypy_req in tests/stubtest_third_party.py
# - stubtest-stdlib in .github/workflows/stubtest.yml
# - stubtest-stdlib in .github/workflows/daily.yml
# - stubtest-stdlib in .github/workflows/tests.yml
return "git+git://github.com/python/mypy@c7a81620bef7585cca6905861bb7ef34ec12da2f"