Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
samaloney opened this issue Mar 13, 2024 · 0 comments
Open

Comments

@samaloney
Copy link

samaloney commented Mar 13, 2024

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```
@samaloney samaloney changed the title Include norecursedirs option with {package}/_dev Include norecursedirs option with {package}/_dev to pytest config Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant