Skip to content

Commit bddb8d7

Browse files
committed
Use the latest versions of pytest and ruff
1 parent 2e348b7 commit bddb8d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Tests
22

33
env:
4-
PYTEST_VERSION: 7.4.4
5-
RUFF_VERSION: 0.1.13
4+
PYTEST_VERSION: 9.0.2
5+
RUFF_VERSION: 0.14.14
66
RUFF_PY_VERSION: 3.12
77

88
on:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ skipsdist=True
33

44
[testenv]
55
deps =
6-
pytest==7.1.3
6+
pytest==9.0.2
77
commands =
88
python -m pytest {posargs} tests/

0 commit comments

Comments
 (0)