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 224fbed commit 29da458Copy full SHA for 29da458
.github/workflows/test-suite.yml
@@ -32,7 +32,7 @@ jobs:
32
pip install .
33
# Need for python 3.13 lxml 5.3.0
34
# pip install lxml==5.3.0
35
- pip install flake8 pytest==8.3.3 pyOpenSSL==24.2.1 async-timeout==4.0.3
+ pip install flake8 pytest==7.4 pyOpenSSL==24.2.1 async-timeout==4.0.3
36
if [ -f dev_requirements.txt ]; then pip install -r dev_requirements.txt; fi
37
- name: Lint with flake8
38
run: |
0 commit comments