This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Description
Bug Description
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.
Environment
- Version:
- OS:
- Python Version:
- Docker Version:
Additional context
Add any other context about the problem here.