Skip to content

Commit

Permalink
minify test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Ching Yi, Chan <qrtt1@infuseai.io>
  • Loading branch information
qrtt1 committed Nov 7, 2023
1 parent 4a871e6 commit 3b558cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
8 changes: 1 addition & 7 deletions tox-ruamel.ini
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
[tox]
env_list =
py{38,39,310,311}-ruamel-{0.17.21,0.17.22}
env_list = ruamel-{0.17.21,0.17.22}
minversion = 4.7.0

[testenv]
description = run the tests with pytest
package = wheel
wheel_build_env = .pkg

basepython =
py38: python3.8
py39: python3.9
py310: python3.10
py311: python3.11

deps =
pytest>=6
Expand Down
8 changes: 1 addition & 7 deletions tox-sqlalchemy.ini
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
[tox]
env_list =
py{38,39,310,311}-sqlalchemy-{14,20}
env_list = sqlalchemy-{14,20}
minversion = 4.7.0

[testenv]
description = run the tests with pytest
package = wheel
wheel_build_env = .pkg

basepython =
py38: python3.8
py39: python3.9
py310: python3.10
py311: python3.11

deps =
pytest>=6
Expand Down

0 comments on commit 3b558cf

Please sign in to comment.