Skip to content

Commit

Permalink
Revert test changes and relock
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Sep 5, 2024
1 parent 5fbb72b commit a8c5b1d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: |
pip install pipenv
pipenv install --dev --system
pip install -U "git+https://github.com/ocadotechnology/rapid-router@sync_episode_names#egg=rapid-router"
yarn --frozen-lockfile
- name: Collect static
run: python example_project/manage.py collectstatic --noinput --settings portal_test_settings
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ name = "pypi"
[packages]
codeforlife-portal = {path = ".", editable = true}
cfl-common = {path = "./cfl_common", editable = true}
rapid-router = {ref = "sync_episode_names", git = "https://github.com/ocadotechnology/rapid-router.git"}

[dev-packages]
django-selenium-clean = "==1.0.0"
Expand Down
9 changes: 6 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion run_testserver
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
set -e
cd "${BASH_SOURCE%/*}"

./example_project/manage.py migrate --noinput
./example_project/manage.py collectstatic --noinput --clear
./example_project/manage.py testserver portal/tests/cypress/fixtures/teachersToBeDeleted.json --settings="portal_test_settings"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"django-recaptcha==2.0.6",
"pyyaml==6.0.2",
"importlib-metadata==4.13.0",
"rapid-router>=6.3.6",
"reportlab==3.6.13",
"django-formtools==2.2",
"django-otp==1.0.2", # we needed to fix this due to a wide ranged dependency in django-two-factor-auth
Expand Down

0 comments on commit a8c5b1d

Please sign in to comment.