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
Cleanup qt_dotgraph and make the tests more robust. (#296)
1. Remove all uses of LooseVersion here. The issue it
was protecting against is long gone, and LooseVersion is
deprecated. Just remove it.
2. Remove the "simplify" parameter from "add_edge_to_graph".
While this is technically an API change, there are no downstream
users as far as I can tell and it had no effect.
3. During the test, make sure to replace carriage return with
spaces. This ensures that on Windows, the tests will pass
correctly.
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
0 commit comments