Skip to content

Commit

Permalink
Merge pull request #1095 from neuroscout/fix/frontendtests
Browse files Browse the repository at this point in the history
FIX: Frontend tests
  • Loading branch information
adelavega committed Dec 8, 2022
2 parents 9ba32a9 + 6d8dd5f commit af3929a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.7
- name: Set up system dependencies
run: |
bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
Expand Down
2 changes: 1 addition & 1 deletion neuroscout/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ gunicorn==19.7.1
hashids==1.2.0
imageio==2.5.0
imageio-ffmpeg
importlib-metadata==4.13.0
ipython==7.16.3
itsdangerous==0.24
jedi==0.17.2
Expand Down Expand Up @@ -65,7 +66,6 @@ requests==2.21.0
scipy
sentry-sdk[flask]==0.13
soundfile
pytesseract
werkzeug<2.0
SQLAlchemy==1.3.0
shortuuid==1.0.1
Expand Down
2 changes: 2 additions & 0 deletions setup_frontend_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cd neuroscout/
python manage.py setup_test_db
cd ../
gunicorn -b :4000 neuroscout.core:app --log-level debug --timeout 120 &
cd neuroscout/frontend
cp cypress-test.json cypress.json
Expand Down

0 comments on commit af3929a

Please sign in to comment.