Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: make flask-talisman work with test config #29277

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

mistercrunch
Copy link
Member

SUMMARY

Currently, when setting .env-local to point to the test config, by setting SUPERSET_CONFIG=tests.integration_tests.superset_test_config, flask-talisman has issues where it refuses to load assets because of safe-eval.

This allows for the TALISMAN_CONFOG_DEV is used when making this import.

In an upcoming PR I'm planning on documenting how to point your dev docker-compose setup to the test settings and database for interactive testing.

Currently, when setting .env-local to point to the test config, by setting `SUPERSET_CONFIG=tests.integration_tests.superset_test_config`, flask-talisman has issues where it refuses to load assets because of `safe-eval`.

This allows for the TALISMAN_CONFOG_DEV is used when making this import.

In an upcoming PR I'm planning on documenting how to point your dev docker-compose setup to the test settings and database for interactive testing.
@mistercrunch mistercrunch merged commit 7967263 into master Jun 18, 2024
34 of 35 checks passed
@mistercrunch mistercrunch deleted the fix_talisman branch June 18, 2024 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants