Skip to content

Commit 81219b5

Browse files
authored
Update test-suite.yml - reset to latest pytest
Signed-off-by: AXM Software <[email protected]>
1 parent 29da458 commit 81219b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip install .
3333
# Need for python 3.13 lxml 5.3.0
3434
# pip install lxml==5.3.0
35-
pip install flake8 pytest==7.4 pyOpenSSL==24.2.1 async-timeout==4.0.3
35+
pip install flake8 pytest pyOpenSSL==24.2.1 async-timeout==4.0.3
3636
if [ -f dev_requirements.txt ]; then pip install -r dev_requirements.txt; fi
3737
- name: Lint with flake8
3838
run: |

0 commit comments

Comments
 (0)