Skip to content

Commit

Permalink
Test excluding master from py3.8 and py3.9
Browse files Browse the repository at this point in the history
Testing with salt from master against py3.8 and py3.9 is failing, but
it looks like some error with how exceptions are being raised. Just
trying without that to consider if it's worth dropping that set of
testing to at least get tests working again.
  • Loading branch information
barneysowood committed Jan 24, 2024
1 parent 1745485 commit e695eb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- "v3006.5"
- "master"
exclude:
- py: "3.8"
salt: "master"
- py: "3.9"
salt: "master"
- py: "3.10"
salt: "v3005.4"
- py: "3.11"
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{3.8,3.9}-{cherrypy,tornado}-{v3005.4,v3006.5,master},py{3.10,3.11}-{cherrypy,tornado}-{v3006.5,master},coverage,flake8
envlist = py{3.8,3.9}-{cherrypy,tornado}-{v3005.4,v3006.5},py{3.10,3.11}-{cherrypy,tornado}-{v3006.5,master},coverage,flake8
skip_missing_interpreters = true
skipsdist = false

Expand Down

0 comments on commit e695eb1

Please sign in to comment.