Skip to content

Commit

Permalink
[requirements] use directly wheel of flask_mongoengine3 from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed May 27, 2024
1 parent 4893e44 commit a514731
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
- name: Install packages 📦
run: >-
python -m pip install .[ci]
- name: Install flask-mongoengine from git 📦
run: >-
python -m pip install
"flask-mongoengine @ git+https://github.com/idoshr/flask-mongoengine.git@json_encoder"
- name: Launch dockers 🐳
run: >-
docker-compose up -d
Expand Down
1 change: 1 addition & 0 deletions requirements/test.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ pytest-faker==2.0.0
pytest-sugar==1.0.0
pytest-mock==3.14.0
pillow==10.3.0
flask-mongoengine-3==1.0.9
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ envlist = py{38,39,310,311,py3}, doc
commands = inv test qa
deps =
.[ci]
flask-mongoengine @ git+https://github.com/idoshr/flask-mongoengine.git@json_encoder
# Allow failure on PyPy
[testenv:pypy3]
commands = - inv test qa
Expand Down

0 comments on commit a514731

Please sign in to comment.