For me, going through these gymnastics seems like there is something odd going on.
Anyway, I also noticed that the tests weren't run on windows. So I added this to the conda recipe. It would probably be better, however, to find away around these exec(compile... stuff
Just glanced over your code for some inspiration (Mondays...) and stumbled over this slightly weird test setup including this file:
https://github.com/svenpeter42/fastfilters/blob/master/tests/set_paths.py.in
and wonderful lines like:
https://github.com/svenpeter42/fastfilters/blob/715281e8ee20e15080e416b60e13e1d33984908f/tests/test_vigra_compare.py#L5
For me, going through these gymnastics seems like there is something odd going on.
Anyway, I also noticed that the tests weren't run on windows. So I added this to the conda recipe. It would probably be better, however, to find away around these
exec(compile...
stuff