Open wxtim opened 3 years ago
I've replicated the problem without running the entire battery using
pytest cylc/rose/entry_points.py tests/test_functional_post_install.py --dist=no -n0 --pdb
Looks like somewhere code is importing rose without the leading metomi, but it's not clear why.
According to the traceback it's in Rose
Describe the bug At commit 1fca257d4d5 it was found necessary to run pytest separately for the doctests and tests folder.
Steps to reproduce the bug run
pytest --doctest-modules
.Expected behavior Doctests from
cylc/
and tests fromtests/
should both be run.Pull requests welcome! This is an Open Source project - please consider contributing a bug fix yourself (please read
CONTRIBUTING.md
before starting any work though).