Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ marshmallow>=3
# via dataclasses-json
mypy-extensions>=1
# via typing-inspect
packaging==25.0
packaging==26.0
# via marshmallow
sqlalchemy>=2
# via -r requirements.in
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from opengeodeweb_microservice.database.connection import init_database, get_session
from opengeodeweb_microservice.database.data import Data


DB_PATH = os.path.join(os.path.dirname(__file__), "test_project.db")


Expand Down