pytype_test.py: Use importlib.metadata instead of pkg_resources (#10391)

This commit is contained in:
Alex Waygood
2023-06-30 21:37:06 +01:00
committed by GitHub
parent cd0388439a
commit 7fdd05003a
5 changed files with 20 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
cache: pip
cache-dependency-path: requirements-tests.txt
- run: pip install -r requirements-tests.txt
@@ -66,5 +66,5 @@ jobs:
with:
version: ${{ steps.pyright_version.outputs.value }}
python-platform: ${{ matrix.python-platform }}
python-version: "3.9"
python-version: "3.10"
project: ./pyrightconfig.scripts_and_tests.json