From 7e5bb0437ef18c5ede67552afee424dbcb77d968 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 9 Oct 2022 18:13:45 -0400 Subject: [PATCH] Go to latest `mypy` version in CI --- .github/workflows/ci.yml | 2 +- requirements-test.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6d69ed..9d91f17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: pip install -U . --upgrade-strategy eager -r requirements-test.txt - name: Run MyPy check - run: mypy tractor/ --ignore-missing-imports + run: mypy tractor/ --ignore-missing-imports --show-traceback # test that we can generate a software distribution and install it # thus avoid missing file issues after packaging. diff --git a/requirements-test.txt b/requirements-test.txt index c2b43c1..579b6f0 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ pytest pytest-trio pytest-timeout pdbpp -mypy<0.920 -trio_typing<0.7.0 +mypy +trio_typing pexpect towncrier