From 4a175499500d176c811eeb3aba29c9449f9e40b3 Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Tue, 3 Aug 2021 13:58:42 -0700 Subject: Add in mypy tests --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/tests.yml') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7558539..f3e1be7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] os: [windows-latest, ubuntu-18.04, macos-latest] exclude: # Python 3.5 is unable to properly @@ -52,4 +52,4 @@ jobs: pip install -e .[test] flake8 immutables/ tests/ mypy immutables/ - python -m unittest -v tests.suite + python -m pytest -v -- cgit v1.2.3 s='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/HACKING
AgeCommit message (Expand)Author
2019-07-13doc: Update keyserver URL....Leo Famulari
2019-02-11HACKING: Update key server....Ludovic Courtès
2018-07-22doc: Fix typo (missing period)...Pierre Neidhardt
2017-08-19doc: Mention how to use emacs-debbugs....Arun Isaac
2017-03-27maint: Give command to install the pre-push hook....Ludovic Courtès
2017-03-24maint: Mention the Signed-off-by line in 'HACKING'....Clément Lassieur
2017-03-15maint: Mention guix-patches@gnu.org in 'HACKING'....Ludovic Courtès
2017-01-30maint: Fix invalid calls to 'info'....Mathieu Lirzin
2017-01-04doc: Add a Git hook that verifies signatures before pushing....Leo Famulari