Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 79607a8

Browse files
authored
Merge pull request #622 from dstricks/refresh-automated-tests
Refresh automated tests
2 parents fc7976b + e205df3 commit 79607a8

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-20.04, windows-latest, macos-latest]
15-
python-version: [3.6, 3.7, 3.8]
15+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
1616

1717
steps:
1818
- name: Checkout repository

.python-version

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
3.6.10
2-
3.7.7
3-
3.8.3
1+
3.6.15
2+
3.7.14
3+
3.8.14
4+
3.9.13
5+
3.10.8

requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.[jinja2]
22

3-
psutil==5.7.0
4-
pytest==5.4.3
5-
pytest-timeout==1.4.1
3+
psutil==5.9.2
4+
pytest==7.0.1
5+
pytest-timeout==2.1.0
66
selenium==3.141.0

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36,py37,py38
2+
envlist = py36,py37,py38,py39,py310
33

44
[pytest]
55
timeout = 5
@@ -9,6 +9,8 @@ python =
99
3.6: py36
1010
3.7: py37
1111
3.8: py38
12+
3.9: py39
13+
3.10: py310
1214

1315
[testenv]
1416
deps = -r requirements-test.txt

0 commit comments

Comments
 (0)