-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/pdct 1094 Update tests to use correct geographies instead of …
…default (#169) * Bump db_client version to 3.6.1 * Move event_types into corpora taxonomy * Add event_type to default metadata in helper dto functions * Bump to 2.10.3 * Add missing 'event_type' field to metadata objs * Bump db_client to 3.7.0 * Fix tests * Make geo_id of family match what the geography value is * Bump db_client to 3.7.1 * Add local test option so we can use pytest --lf * Bump to 2.10.5
- Loading branch information
1 parent
2b8a3d2
commit 8753442
Showing
6 changed files
with
43 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "admin_backend" | ||
version = "2.10.4" | ||
version = "2.10.5" | ||
description = "" | ||
authors = ["CPR-dev-team <[email protected]>"] | ||
packages = [{ include = "app" }, { include = "tests" }] | ||
|
@@ -29,7 +29,7 @@ boto3 = "^1.28.46" | |
moto = "^4.2.2" | ||
types-sqlalchemy = "^1.4.53.38" | ||
urllib3 = "^1.26.17" | ||
db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.6.3" } | ||
db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.7.1" } | ||
|
||
[tool.poetry.dev-dependencies] | ||
pre-commit = "^2.17.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters