Skip to content

Commit 1b18f03

Browse files
committed
Bump minimal supported pytest version
1 parent 7cd0e6c commit 1b18f03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
strategy:
5757
matrix:
5858
python-version: ['3.7', '3.8', '3.9', '3.10']
59+
pytest-version: [6.1.0, 7.0.0rc1]
5960

6061
steps:
6162
- uses: actions/checkout@v2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ setup_requires =
3737
setuptools_scm >= 6.2
3838

3939
install_requires =
40-
pytest >= 5.4.0
40+
pytest >= 6.1.0
4141

4242
[options.extras_require]
4343
testing =

0 commit comments

Comments
 (0)