diff --git a/libcoveoc4ids/config.py b/libcoveoc4ids/config.py index cc2049c..0d70176 100644 --- a/libcoveoc4ids/config.py +++ b/libcoveoc4ids/config.py @@ -3,11 +3,11 @@ LIB_COVE_OC4IDS_CONFIG_DEFAULT = { "schema_name": "project-package-schema.json", "schema_item_name": "project-schema.json", - "schema_version": "0.9.4", + "schema_version": "0.9.5", "schema_version_choices": { - "0.9.4": ("0.9.4", "http://standard.open-contracting.org/infrastructure/schema/0__9__4/"), + "0.9.5": ("0.9.5", "http://standard.open-contracting.org/infrastructure/schema/0__9__5/"), }, - "schema_host": "http://standard.open-contracting.org/infrastructure/schema/0__9__4/", + "schema_host": "http://standard.open-contracting.org/infrastructure/schema/0__9__5/", "schema_codelists": { # version: codelist_dir, "0.9": "https://raw.githubusercontent.com/open-contracting/infrastructure/0.9/schema/project-level/codelists/", diff --git a/tests/generate_test_data.py b/tests/generate_test_data.py index c3abf82..f1a2e6f 100644 --- a/tests/generate_test_data.py +++ b/tests/generate_test_data.py @@ -14,7 +14,6 @@ def random_project_id(): def generate_data(num_projects): - with open("fixtures/example-additional-checks.json") as fp: data = json.load(fp)