Skip to content

Conversation

@TomAugspurger
Copy link
Member

This fixes the warning from pytest about an unknown mark

tests/kubernetes/test_helm.py:8
  /home/taugspurger/src/dask/dask-gateway/tests/kubernetes/test_helm.py:8: PytestUnknownMarkWarning: Unknown pytest.mark.kubernetes - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    pytestmark = pytest.mark.kubernetes

This fixes the warning from pytest about an unknown mark

```
tests/kubernetes/test_helm.py:8
  /home/taugspurger/src/dask/dask-gateway/tests/kubernetes/test_helm.py:8: PytestUnknownMarkWarning: Unknown pytest.mark.kubernetes - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    pytestmark = pytest.mark.kubernetes
```
@jacobtomlinson jacobtomlinson merged commit 7080739 into dask:main Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants