Closed AdrianDAlessandro closed 2 weeks ago
Pytest checks the docs folder when looking for tests, this runs gen_ref_nav.py and create the API reference files, which should be avoided.
gen_ref_nav.py
Solution:
Ignore the docs/ folder in the pytest config
docs/
Pytest checks the docs folder when looking for tests, this runs
gen_ref_nav.py
and create the API reference files, which should be avoided.Solution:
Ignore the
docs/
folder in the pytest config