You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running make test-common, I noticed atdcat's test printed the warning below:
/opt/homebrew/lib/python3.11/site-packages/jsonschema/__main__.py:1: DeprecationWarning: The jsonschema CLI is deprecated and will be removed in a future version. Please use check-jsonschema instead, which can be installed from https://pypi.org/project/check-jsonschema/
from jsonschema.cli import main
This means that the test below might not work in the future, and we might want to consider switching to check-jsonschema instead.
When running
make test-common
, I noticedatdcat
's test printed the warning below:This means that the test below might not work in the future, and we might want to consider switching to
check-jsonschema
instead.atd/atdcat/test/dune
Line 41 in 1f7227e
The text was updated successfully, but these errors were encountered: