Skip to content

Commit 1a4749c

Browse files
committed
with with minimal changes
1 parent 6a413d2 commit 1a4749c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defaults:
1515

1616
jobs:
1717
test:
18-
runs-on: ubuntu-24.04
18+
runs-on: ubuntu-22.04
1919
name: Run ${{ matrix.options[0] }} Tests
2020
strategy:
2121
fail-fast: false

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ dependencies = [
4545
[project.optional-dependencies]
4646
test = [
4747
"pexpect",
48-
"pytest",
49-
"pytest-timeout"
48+
"pytest"
5049
]
5150

5251
[project.scripts]

0 commit comments

Comments
 (0)