glyph / automat

Self-service finite-state machines for the programmer on the go.
MIT License
591 stars 65 forks source link

Fix _test_visualize.py twisted import errors #125

Closed dol-sen closed 3 years ago

dol-sen commented 4 years ago

When graphviz modules are installed but not twisted, this creates test failures due to _visualize.py importing _discover.py which hard depends on twisted being installed.

Signed-off-by: Brian Dolbec dolsen@gentoo.org

glyph commented 3 years ago

Thank you!