change: upgrade pytest denpendencies

This commit is contained in:
debugtalk
2022-03-21 15:53:01 +08:00
parent fbb4854453
commit dcf1c180a4
4 changed files with 53 additions and 52 deletions

View File

@@ -11,6 +11,7 @@ jobs:
name: integration_test - ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 6
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']

View File

@@ -11,6 +11,7 @@ jobs:
name: unittest - ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 12
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']