Skip to content

Commit

Permalink
Merge pull request #76 from PnX-SI/remove/uh-am
Browse files Browse the repository at this point in the history
Remove UsersHub-Authentification-module dependency
  • Loading branch information
TheoLechemia authored Aug 12, 2024
2 parents 8e1eb31 + 2c6fcad commit e692f07
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ jobs:
pytest-cov \
-e .[tests] \
-e file:dependencies/Utils-Flask-SQLAlchemy#egg=utils-flask-sqlalchemy \
-e file:dependencies/TaxHub#egg=taxhub \
-e file:dependencies/UsersHub-authentification-module#egg=pypnusershub
-e file:dependencies/TaxHub#egg=taxhub
- name: Install database
run: |
flask db upgrade taxonomie@head -x local-srid=2154
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
[submodule "dependencies/TaxHub"]
path = dependencies/TaxHub
url = https://github.com/PnX-SI/TaxHub.git
[submodule "dependencies/UsersHub-authentification-module"]
path = dependencies/UsersHub-authentification-module
url = https://github.com/PnX-SI/UsersHub-authentification-module.git
1 change: 0 additions & 1 deletion dependencies/UsersHub-authentification-module
Submodule UsersHub-authentification-module deleted from 41fcc4
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ sqlalchemy

utils-flask-sqlalchemy>=0.4.1
taxhub>=1.14.1
pypnusershub>=2.1.5

0 comments on commit e692f07

Please sign in to comment.