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 29da458 commit 81219b5Copy full SHA for 81219b5
.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==7.4 pyOpenSSL==24.2.1 async-timeout==4.0.3
+ pip install flake8 pytest 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