Skip to content

Commit

Permalink
Update tests (#160)
Browse files Browse the repository at this point in the history
* Updated python-package.yml
* Updated pytest versions for tests
  • Loading branch information
soxoj authored Sep 17, 2023
1 parent 5d43253 commit 4fb87b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand All @@ -33,6 +33,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pip install pytest==6.0.1 pytest-rerunfailures
pip install pytest==6.2.5 pytest-rerunfailures
# do not run tests required auth with secrets
pytest -k 'not cookies' -m 'not github_failed and not rate_limited' --reruns 3 --reruns-delay 30

0 comments on commit 4fb87b7

Please sign in to comment.