Nick Shirley aeedcf1e19
chore: upload test artifacts to gcs
* chore: upload test results to gcs

* chore: use specific ete variables for gcp upload

* chore: override google_project_number to blank

* chore: use actual env var

* style: fixes flake8 E302 error

* docs: add documentation for new circleci vars

Closes SYNC-4584
2025-03-25 16:33:49 -06:00

6 lines
124 B
INI

[pytest]
markers =
migration_records: mark a test as a migration records test
addopts =
-m 'not migration_records'