Commit
2 years ago
gh-36544: Support networkx 3.2 In networkx 3.2 the output for cycle_basis() has changed. After a discussion in https://github.com/sagemath/sage/issues/36486 it seems that checking that the output is correct would not be easy. In the spirit of supporting networkx 3.2 at the same time as networkx 3.1, the easiest way is to mark these five tests as random output. ### :memo: Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. Fixes: #36486 URL: https://github.com/sagemath/sage/pull/36544 Reported by: Gonzalo Tornaría Reviewer(s): Matthias Köppe
Author
Release Manager
Loading