From febbf421d44ea82261e149fee0726447c0b5d039 Mon Sep 17 00:00:00 2001 From: rospogrigio Date: Tue, 7 Feb 2023 10:00:18 +0100 Subject: [PATCH] Tox fixes --- .github/workflows/tox.yaml | 1 - tox.ini | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tox.yaml b/.github/workflows/tox.yaml index 6725fb4..05465c0 100644 --- a/.github/workflows/tox.yaml +++ b/.github/workflows/tox.yaml @@ -15,7 +15,6 @@ jobs: - ubuntu-latest python-version: - 3.9 - - 3.10 steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/tox.ini b/tox.ini index c753d25..69dd508 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,12 @@ [tox] skipsdist = true -envlist = py{39,310}, lint, typing +envlist = py{39}, lint, typing skip_missing_interpreters = True cs_exclude_words = hass,unvalid [gh-actions] python = 3.9: clean, py39, lint, typing - 3.10: clean, py310, lint, typing [testenv] passenv = TOXENV,CI