chore: fix tests
This commit is contained in:
2
.github/workflows/static-assets-check.yml
vendored
2
.github/workflows/static-assets-check.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
- name: Run Static Assets Check
|
||||
env:
|
||||
LMS_CFG: lms/envs/minimal.yml
|
||||
CMS_CFG: cms/envs/minimal.yml
|
||||
CMS_CFG: lms/envs/minimal.yml
|
||||
|
||||
run: |
|
||||
paver update_assets lms
|
||||
|
||||
@@ -17,7 +17,6 @@ class RemoteContextPlugin:
|
||||
def pytest_configure(config):
|
||||
config.pluginmanager.register(RemoteContextPlugin(config), "remotecontextplugin")
|
||||
|
||||
|
||||
def pytest_addoption(parser):
|
||||
group = parser.getgroup("coverage")
|
||||
group.addoption(
|
||||
|
||||
Reference in New Issue
Block a user