schema31: remove depreciated schema 31 #236
Annotations
8 warnings
Tests (3.9):
datacite/rest_client.py#L23
Implicit imports (e.g., 'import idutils; idutils.function;') might be removed in the next major version. Please use explicit imports (e.g., 'from idutils import function;') instead.
|
Tests (3.9):
datacite/jsonutils.py#L15
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
Tests (3.9):
datacite/jsonutils.py#L15
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
Tests (3.9):
datacite/jsonutils.py#L24
The metaschema specified by $schema was not found. Using the latest draft to validate, but this will raise an error in the future.
|
Tests (3.12):
datacite/rest_client.py#L23
Implicit imports (e.g., 'import idutils; idutils.function;') might be removed in the next major version. Please use explicit imports (e.g., 'from idutils import function;') instead.
|
Tests (3.12):
datacite/jsonutils.py#L15
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
Tests (3.12):
datacite/jsonutils.py#L15
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
|
Tests (3.12):
datacite/jsonutils.py#L24
The metaschema specified by $schema was not found. Using the latest draft to validate, but this will raise an error in the future.
|