adding comment why to enforce flask 2

This commit is contained in:
Sefik Ilkin Serengil 2024-11-10 18:44:25 +00:00
parent a4479ceb14
commit 1de903409d

View File

@ -37,8 +37,8 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pytest pip install pytest
pip install Werkzeug==2.0.2 # sending files in form data throwing error in flask 3 while running tests
pip install flask==2.0.2 pip install Werkzeug==2.0.2 flask==2.0.2
pip install . pip install .
- name: Test with pytest - name: Test with pytest