mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-17 23:32:59 -04:00
ugh
This commit is contained in:
2
Makefile
2
Makefile
@@ -42,7 +42,7 @@ watch-frontend: ## Build frontend and watch for changes
|
||||
|
||||
.PHONY: run-flask
|
||||
run-flask: ## Run flask
|
||||
poetry run newrelic-admin run-program gunicorn -c gunicorn_config.py gunicorn_entry:application -b 0.0.0.0:6012
|
||||
poetry run newrelic-admin run-program flask run -p 6012 --host=0.0.0.0
|
||||
|
||||
.PHONY: run-flask-bare
|
||||
run-flask-bare: ## Run flask without invoking poetry so we can override ENV variables in .env
|
||||
|
||||
@@ -48,7 +48,6 @@ def check_axe_report(page):
|
||||
assert violation["impact"] in [
|
||||
"minor",
|
||||
"moderate",
|
||||
"serious", # TODO!!! REMOVE THIS
|
||||
], f"Accessibility violation: {violation}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user