We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a413d2 commit 1a4749cCopy full SHA for 1a4749c
.github/workflows/test.yml
@@ -15,7 +15,7 @@ defaults:
15
16
jobs:
17
test:
18
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
19
name: Run ${{ matrix.options[0] }} Tests
20
strategy:
21
fail-fast: false
pyproject.toml
@@ -45,8 +45,7 @@ dependencies = [
45
[project.optional-dependencies]
46
test = [
47
"pexpect",
48
- "pytest",
49
- "pytest-timeout"
+ "pytest"
50
]
51
52
[project.scripts]
0 commit comments