Skip to content

Commit

Permalink
Merge pull request #622 from dstricks/refresh-automated-tests
Browse files Browse the repository at this point in the history
Refresh automated tests
  • Loading branch information
dstricks authored Oct 17, 2022
2 parents fc7976b + e205df3 commit 79607a8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]

steps:
- name: Checkout repository
Expand Down
8 changes: 5 additions & 3 deletions .python-version
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
3.6.10
3.7.7
3.8.3
3.6.15
3.7.14
3.8.14
3.9.13
3.10.8
6 changes: 3 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.[jinja2]

psutil==5.7.0
pytest==5.4.3
pytest-timeout==1.4.1
psutil==5.9.2
pytest==7.0.1
pytest-timeout==2.1.0
selenium==3.141.0
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38
envlist = py36,py37,py38,py39,py310

[pytest]
timeout = 5
Expand All @@ -9,6 +9,8 @@ python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39
3.10: py310

[testenv]
deps = -r requirements-test.txt
Expand Down

0 comments on commit 79607a8

Please sign in to comment.