ethyca / fidesops

Privacy as Code for DSAR Orchestration: Privacy Request automation to fulfill GDPR, CCPA, and LGPD data subject requests.
https://ethyca.github.io/fidesops
Apache License 2.0
48 stars 16 forks source link

Integrations tests are warning of an unknown mark integration_timescale #1392

Open sanders41 opened 2 years ago

sanders41 commented 2 years ago

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

  1. Run nox -s pytest_integration
  2. View the logs

Expected behavior

No warning.

Screenshots

If applicable, add screenshots to help explain your problem.

Environment

Additional context

Add any other context about the problem here.

pattisdr commented 2 years ago

argh, I forgot to add that integration_timescale to https://github.com/ethyca/fidesops/blob/main/pytest.ini