aiidaplugins / aiida-lammps

LAMMPS plugin for AiiDA
https://aiida-lammps.readthedocs.io
MIT License
25 stars 14 forks source link

dependabot tests failing for python>3.8 #116

Closed JPchico closed 6 months ago

JPchico commented 7 months ago

For some reason the jsonschema for python > 3.8 is failing, the reason seems that the jsonschema is detecting a conflict in the configuration.


E           jsonschema.exceptions.SchemaError: [{'description': 'strain rates in the x direction', 'type': 'number'}, {'description': 'strain rates in the y direction', 'type': 'number'}] is not of type 'object', 'boolean'
E           
E           Failed validating 'type' in metaschema['allOf'][1]['properties']['properties']['additionalProperties']['$dynamicRef']['allOf'][1]['properties']['properties']['additionalProperties']['$dynamicRef']['allOf'][1]['properties']['properties']['additionalProperties']['$dynamicRef']['allOf'][1]['properties']['properties']['additionalProperties']['$dynamicRef']['allOf'][1]['properties']['items']['$dynamicRef']['allOf'][0]:
``
JPchico commented 6 months ago

Fixed via #119