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
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
The integration tests are showing a warning about an unknown mark pytest.mark.integration_timescale.
For example.
tests/ops/integration_tests/test_sql_task.py:1172 /fidesops/tests/ops/integration_tests/test_sql_task.py:1172: PytestUnknownMarkWarning: Unknown pytest.mark.integration_timescale - 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.integration_timescale
Steps to Reproduce
Run nox -s pytest_integration
View the logs
Expected behavior
No warning.
Screenshots
If applicable, add screenshots to help explain your problem.