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

Many warnings like: Unknown pytest.mark.auth - is this a typo? due to unregistered custom pytest marks. #245

Closed
captainkirk99 opened this issue Jan 30, 2022 · 0 comments · Fixed by #246
Assignees
Labels

Comments

@captainkirk99
Copy link
Collaborator

We have many warnings like this:

src/pydap/tests/test_cas_esgf.py:16
  /home/ed/p1/src/pydap/tests/test_cas_esgf.py:16: PytestUnknownMarkWarning: Unknown pytest.mark.auth - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @pytest.mark.auth

These are easy to fix by registering our custom marks...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant