PyYAML: check missing defs (#8159)

This commit is contained in:
Shantanu
2022-06-25 22:35:23 +05:30
committed by GitHub
parent 9113e16c0c
commit 98882d3cbe
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# yaml._yaml is for backwards compatibility so none of it matters anyway
yaml._yaml.CEmitter.__pyx_vtable__
yaml._yaml.CParser.__pyx_vtable__
yaml._yaml.__test__

View File

@@ -1 +1,4 @@
version = "6.0.*"
[tool.stubtest]
ignore_missing_stub = false