sunpy / package-template

A cookiecutter template for packages that want to have a similar setup to sunpy
2 stars 4 forks source link

Include norecursedirs option with {package}/_dev to pytest config #70

Closed samaloney closed 2 weeks ago

samaloney commented 3 months ago

Describe the bug

Running the test crashes as setuptools_scm isn't installed so similar to sunpy add norecursedirs = ['{package}/_dev'] to the pytest options

To Reproduce


pytest -vvv -r fEs --pyargs <packagename> --cov-report=xml --cov=<packagename> --cov-config=pyproject.toml docs --cov-report=xml:coverage.xml -n auto```
nabobalis commented 2 weeks ago

This seems to be fixed by those commit references.