ronaldoussoren / modulegraph2

Modulegraph2 is a library for creating and introspecting the dependency graph between Python modules.
MIT License
11 stars 8 forks source link

Test failures on Windows #3

Closed ronaldoussoren closed 4 years ago

ronaldoussoren commented 4 years ago

I have created a CI runner for modulegraph2 using AppVeyor, and that shows that there are test failures on Windows.

Another failure is in the graph builder test that tests building a node for a package where the init module is a C extension. That test fails on Windows due to distutils failing to build the extension.

ronaldoussoren commented 4 years ago

Is already fixed