Fixes circular import problem when a non-circular dependency triangle is flattened into two python packages

This commit is contained in:
boukeversteegh
2020-07-04 15:35:42 +02:00
parent cdddb2f42a
commit 23dcbc2695
5 changed files with 59 additions and 48 deletions

View File

@@ -1,7 +1,6 @@
# Test cases that are expected to fail, e.g. unimplemented features or bug-fixes.
# Remove from list when fixed.
xfail = {
"import_circular_dependency",
"oneof_enum", # 63
"namespace_keywords", # 70
"namespace_builtin_types", # 53