Open wkerzendorf opened 2 years ago
@wkerzendorf related? https://github.com/tardis-sn/tardis/issues/1715
EDIT: if that's the case, pytest
is not aware because tests are run against the source code folder. To run tests from the installed package the command required is pytest --pyargs tardis
. I've been asking to fix that because is necessary to test the conda-forge
package at build time.
there always was a problem relative to what the configuration is - I wonder if recent changes removed the
config_dirname
and tests didn't flag the problem.