Skip to content

Commit

Permalink
feat!: Remove Paver
Browse files Browse the repository at this point in the history
Part of: openedx#34467
  • Loading branch information
kdmccormick committed Dec 11, 2024
1 parent f96f926 commit a3f96b0
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 1,805 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ shell: ## launch a bash shell in a Docker container with all edx-platform depend
# Order is very important in this list: files must appear after everything they include!
REQ_FILES = \
requirements/edx/coverage \
requirements/edx/paver \
requirements/edx-sandbox/base \
requirements/edx/base \
requirements/edx/doc \
Expand Down Expand Up @@ -211,7 +210,7 @@ xsslint: ## check xss for quality issuest
--config=scripts.xsslint_config \
--thresholds=scripts/xsslint_thresholds.json

pycodestyle: ## check python files for quality issues
pycodestyle: ## check python files for quality issues
pycodestyle .

## Re-enable --lint flag when this issue https://github.com/openedx/edx-platform/issues/35775 is resolved
Expand All @@ -222,13 +221,13 @@ pii_check: ## check django models for pii annotations
--app_name cms \
--coverage \
--lint

DJANGO_SETTINGS_MODULE=lms.envs.test \
code_annotations django_find_annotations \
--config_file .pii_annotations.yml \
--app_name lms \
--coverage \
--lint
--lint

check_keywords: ## check django models for reserve keywords
DJANGO_SETTINGS_MODULE=cms.envs.test \
Expand Down
112 changes: 0 additions & 112 deletions openedx/core/djangoapps/theming/management/commands/compile_sass.py

This file was deleted.

6 changes: 0 additions & 6 deletions pavelib/__init__.py

This file was deleted.

Loading

0 comments on commit a3f96b0

Please sign in to comment.