diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 29ca6d0..cadea56 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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 diff --git a/.gitmodules b/.gitmodules index 45e5483..3dd37f6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/dependencies/UsersHub-authentification-module b/dependencies/UsersHub-authentification-module deleted file mode 160000 index 41fcc43..0000000 --- a/dependencies/UsersHub-authentification-module +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 41fcc43aeef8abef7b2b09a890c166c9bbe2a50f diff --git a/requirements.in b/requirements.in index 52aabff..3c31b95 100755 --- a/requirements.in +++ b/requirements.in @@ -10,4 +10,3 @@ sqlalchemy utils-flask-sqlalchemy>=0.4.1 taxhub>=1.14.1 -pypnusershub>=2.1.5