Skip to content

Commit 6996d5a

Browse files
committed
Merge branch 'master' into pre-commit-ci-update-config
2 parents e6f077a + 4c6432b commit 6996d5a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ jobs:
1919
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
2020
extra: ['', '-smtp']
2121
# The forced pytest versions correspond with the lower bounds in tox.ini
22-
pytest-version: ['', '--force-dep pytest==4', '--force-dep pytest==6.2.4']
22+
pytest-version: ['', '--force-dep pytest==4.6', '--force-dep pytest==6.2.4']
2323
include:
2424
- os: 'ubuntu-20.04'
2525
python-version: '3.6'
2626
exclude:
2727
- python-version: '3.10'
28-
pytest-version: '--force-dep pytest==4'
28+
pytest-version: '--force-dep pytest==4.6'
2929
- python-version: '3.11'
30-
pytest-version: '--force-dep pytest==4'
30+
pytest-version: '--force-dep pytest==4.6'
3131
- python-version: '3.12'
32-
pytest-version: '--force-dep pytest==4'
32+
pytest-version: '--force-dep pytest==4.6'
3333
- python-version: '3.13'
34-
pytest-version: '--force-dep pytest==4'
34+
pytest-version: '--force-dep pytest==4.6'
3535
fail-fast: false
3636

3737
steps:

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ deps =
2222
# works with your code. Don't forget to modify the corresponding entries in
2323
# the Github workflows configuration file if you do change these lower
2424
# bounds.
25-
pytest >=4, <8; python_version<'3.10'
26-
pytest >=6.2.4, <8; python_version>='3.10'
25+
pytest >=4.6, <9; python_version<'3.10'
26+
pytest >=6.2.4, <9; python_version>='3.10'
2727
pytest-cov
2828
requests
2929
extras =

0 commit comments

Comments
 (0)