Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationWarning in compat.py #694

Closed
KristianHolsheimer opened this issue May 29, 2020 · 1 comment
Closed

DeprecationWarning in compat.py #694

KristianHolsheimer opened this issue May 29, 2020 · 1 comment

Comments

@KristianHolsheimer
Copy link

I'm getting deprecation warnings from jsonschema.compat. This would be a pretty quick fix, i.e. just import from collections.abs instead of collections.

This can be reproduced by running:

python3.8 -Wall -c "import jsonschema.compat"

jsonschema/compat.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working

@KristianHolsheimer
Copy link
Author

Never mind.. I just realized it's already taken care of. Closing.

Julian added a commit that referenced this issue Oct 30, 2023
95fe6ca Merge pull request #694 from json-schema-org/heterogeneous-additionalItems
9c88a0b Merge pull request #697 from json-schema-org/gregsdennis/add-ref-into-known-nonapplicator
fea2cf1 add tests for 2019 and 2020
6695ca3 add optional tests for `$ref`ing into known non-applicator keywords
cda4281 Merge pull request #695 from json-schema-org/ether/clean-up-subSchemas
7b9f45c move subSchemas-defs.json to subSchemas.json
e41ec0e remove unused definition files
349c5a8 Merge pull request #692 from json-schema-org/ether/fix-subSchemas-refs
451baca Merge pull request #670 from marksparkza/invalid-output-test
b8da838 Add tests for heterogeneous arrays with additionalItems
6d7a44b fix subschema locations and their $refs
ea0b63c Remove invalid output tests

git-subtree-dir: json
git-subtree-split: 95fe6ca20a90a019f4538f3670b6dd49d91dfdee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant