Commit 2848f7ab by Ben Patterson

Merge pull request #4597 from edx/benp/fix-bok-choy-solano

Simplify bok choy environments to inherit pipeline settings from common.
parents 9f8104a2 90a2417d
...@@ -40,7 +40,6 @@ update_module_store_settings( ...@@ -40,7 +40,6 @@ update_module_store_settings(
# Enable django-pipeline and staticfiles # Enable django-pipeline and staticfiles
STATIC_ROOT = (TEST_ROOT / "staticfiles").abspath() STATIC_ROOT = (TEST_ROOT / "staticfiles").abspath()
PIPELINE = True
# Silence noisy logs # Silence noisy logs
import logging import logging
......
...@@ -49,7 +49,6 @@ OPEN_ENDED_GRADING_INTERFACE['url'] = 'http://localhost:8041/' ...@@ -49,7 +49,6 @@ OPEN_ENDED_GRADING_INTERFACE['url'] = 'http://localhost:8041/'
# Enable django-pipeline and staticfiles # Enable django-pipeline and staticfiles
STATIC_ROOT = (TEST_ROOT / "staticfiles").abspath() STATIC_ROOT = (TEST_ROOT / "staticfiles").abspath()
PIPELINE = True
# Silence noisy logs # Silence noisy logs
import logging import logging
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment