ManimCommunity / ManimPango

Binding for Pango, to use with Manim.
https://manimpango.manim.community
MIT License
43 stars 13 forks source link

Don't depend on Manim for testing #37

Closed naveen521kk closed 3 years ago

naveen521kk commented 3 years ago

Currently, for testing, we require ManimCE to be installed, but that causes a circular dependency even though it is just for testing. My suggestion is not to depend on Manim, instead implement those classes in the test suite.

naveen521kk commented 3 years ago

If we can do this, it should be possible to test on py3.10