Closed llimeht closed 1 year ago
Interesting, we used the python package cookie-cutter to set all of the infrastructure up. I am happy to move the tests into the orsopy
directory if no one else is opposed.
I think we need to move the tests for a conda forge recipe anyway.
The orsopy module installs its tests into a top-level
tests
directory. This will conflict with any other module that also (accidentally) installs its tests into that location. There is frequent debate about whether or not to install tests but that is not the issue here; it is the location of the installed tests that is the concern.(tested with
setuptools
v 66.1.1 and this is a moving target; it might also be another example of https://github.com/pypa/setuptools/issues/3260)