Skip to content

Commit

Permalink
tox: pylint is crashing with a stack overflow error on python 3.8, so…
Browse files Browse the repository at this point in the history
… disable testing on that version for now.
  • Loading branch information
cyberw committed Jul 23, 2023
1 parent 3561c65 commit 0fffbe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- { name: "3.11", python: "3.11", os: ubuntu-latest, tox: py311 }
- { name: "3.10", python: "3.10", os: ubuntu-latest, tox: py310 }
- { name: "3.9", python: "3.9", os: ubuntu-latest, tox: py39 }
- { name: "3.8", python: "3.8", os: ubuntu-latest, tox: py38 }
# - { name: "3.8", python: "3.8", os: ubuntu-latest, tox: py38 } disable for now, because pylint crashes (!?)
- { name: "3.7", python: "3.7", os: ubuntu-latest, tox: py37 }

steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{37,39,310,311}
envlist = py{37,38,39,310,311}

[testenv]
passenv = DOCKER_*
Expand Down

0 comments on commit 0fffbe8

Please sign in to comment.