Skip to content

Commit bd8892e

Browse files
committed
ci: remove pytest fixed version restriction
1 parent de3a045 commit bd8892e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo apt-get install glibc-tools
2727
python3 -m pip install setuptools
2828
python3 -m pip install --upgrade pip wheel
29-
python3 -m pip install --upgrade codecov coveralls flake8 mock pytest==4.6.3 pytest-cov selenium
29+
python3 -m pip install --upgrade codecov coveralls flake8 mock pytest pytest-cov selenium
3030
3131
- name: Install
3232
run: |

0 commit comments

Comments
 (0)