Skip to content

Commit

Permalink
RM-86 add way out for old pandas tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantimjohn committed May 16, 2023
1 parent 5fd5e3c commit 758e23e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ jobs:
type: boolean
description: "If true, pass in the env variable specifying an GCS scratch bucket to Records Mover (for BigQuery)"
default: true
pytest_flags:
type: string
description: "Any flags you'd like to add to the pytest call"
default: ""
environment:
SQLALCHEMY_SILENCE_UBER_WARNING: 1
docker:
Expand Down Expand Up @@ -333,7 +337,7 @@ jobs:
# This is set by default in the CircleCI environment
unset SCRATCH_GCS_URL
fi
with-db <<parameters.db_name>> pytest
with-db <<parameters.db_name>> pytest <<parameters.pytest_flags>>
- store_test_results:
path: test-reports
- store_artifacts:
Expand Down Expand Up @@ -632,6 +636,7 @@ workflows:
numpy_version: "<1.24"
context: slack-secrets
db_name: demo-itest
pytest_flags: "-W default::FutureWarning"
filters:
tags:
only: /v\d+\.\d+\.\d+(-[\w]+)?/
Expand Down

0 comments on commit 758e23e

Please sign in to comment.