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

PytestUnknownMarkWarning for pytest.mark.skip_if_nl_greater_than and pytest.mark.skip_if_nl_less_than #3896

Closed
ajpotts opened this issue Nov 15, 2024 · 0 comments · Fixed by #3897
Assignees
Labels
bug Something isn't working

Comments

@ajpotts
Copy link
Contributor

ajpotts commented Nov 15, 2024

Describe the bug
The pdarrayclass tests are throwing a Warning:

tests/pdarrayclass_test.py:102
  /home/drandy/projects/arkouda/tests/pdarrayclass_test.py:102: PytestUnknownMarkWarning: Unknown pytest.mark.skip_if_nl_greater_than - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.skip_if_nl_greater_than(2)

tests/pdarrayclass_test.py:103
  /home/drandy/projects/arkouda/tests/pdarrayclass_test.py:103: PytestUnknownMarkWarning: Unknown pytest.mark.skip_if_nl_less_than - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.skip_if_nl_less_than(2)

Additional context
This should be fixable by adding pytest.mark.skip_if_nl_less_than and pytest.mark.skip_if_nl_greater_than to the pytest.ini file.

@ajpotts ajpotts added the bug Something isn't working label Nov 15, 2024
@ajpotts ajpotts self-assigned this Nov 15, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Nov 15, 2024
…if_nl_greater_than and pytest.mark.skip_if_nl_less_than
github-merge-queue bot pushed a commit that referenced this issue Nov 15, 2024
…ter_than and pytest.mark.skip_if_nl_less_than (#3897)

Co-authored-by: Amanda Potts <[email protected]>
drculhane pushed a commit to drculhane/arkouda that referenced this issue Nov 19, 2024
…if_nl_greater_than and pytest.mark.skip_if_nl_less_than (Bears-R-Us#3897)

Co-authored-by: Amanda Potts <[email protected]>
github-merge-queue bot pushed a commit that referenced this issue Nov 20, 2024
…sh function into their own procs (#3898)

* Rebased

* Rebasing

* Minor neatening

* Minor spacing edits

* Fixed flake8 issues

* Removed accidental duplicates

* Addresses comments

* Refining multi-dim test of isinf_isfinite

* Closes #3896 PytestUnknownMarkWarning for pytest.mark.skip_if_nl_greater_than and pytest.mark.skip_if_nl_less_than (#3897)

Co-authored-by: Amanda Potts <[email protected]>

* cleanup

---------

Co-authored-by: drculhane <[email protected]>
Co-authored-by: ajpotts <[email protected]>
Co-authored-by: Amanda Potts <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant