You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
The pdarrayclass tests are throwing a Warning:
Additional context
This should be fixable by adding
pytest.mark.skip_if_nl_less_than
andpytest.mark.skip_if_nl_greater_than
to thepytest.ini
file.The text was updated successfully, but these errors were encountered: