From 1b17012f7af01b50c964cf095572e12180d8f61d Mon Sep 17 00:00:00 2001 From: dachengx Date: Tue, 16 Jan 2024 06:03:45 -0600 Subject: [PATCH] Add comments --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 4967bbf62..97c7ef4be 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -35,7 +35,7 @@ jobs: matrix: python-version: [ "3.9", "3.10" ] test: [ 'coveralls', 'pytest', 'pytest_no_database' ] - # Only run on py3.8. Py3.10 is quite slow, so no coveralls + # Drop some not crucial tests for python 3.10 and 3.11 exclude: - python-version: "3.11" test: coveralls