Skip to content

Commit

Permalink
feat!: remove paver assets, prereqs
Browse files Browse the repository at this point in the history
TODO details

Part of: #34467
  • Loading branch information
kdmccormick committed May 22, 2024
1 parent e5954d9 commit bc77e38
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 1,268 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Install Required Python Dependencies
run: |
make base-requirements
make test-requirements
- uses: c-hive/gha-npm-cache@v1
- name: Run JS Tests
Expand Down
112 changes: 0 additions & 112 deletions openedx/core/djangoapps/theming/management/commands/compile_sass.py

This file was deleted.

2 changes: 1 addition & 1 deletion pavelib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""


from . import assets, js_test, prereqs, quality
from . import js_test, quality
Loading

0 comments on commit bc77e38

Please sign in to comment.