Skip to content

Commit

Permalink
use 2.7 server for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis committed Sep 19, 2023
1 parent efd80fe commit 3281f89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion e2e/server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
honcho
gunicorn
git+https://github.com/tomaskikutis/superdesk-core.git@release/2.7-fix-e2e-data#egg=Superdesk-Core
git+https://github.com/superdesk/superdesk-core.git@release/2.7#egg=Superdesk-Core
10 changes: 5 additions & 5 deletions e2e/server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ blinker==1.4
# flask-mail
# raven
# superdesk-core
boto3==1.28.37
boto3==1.28.50
# via superdesk-core
botocore==1.31.37
botocore==1.31.50
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -71,7 +71,7 @@ click-repl==0.3.0
# via celery
croniter==0.3.37
# via superdesk-core
cryptography==41.0.3
cryptography==41.0.4
# via
# authlib
# jwcrypto
Expand Down Expand Up @@ -243,9 +243,9 @@ six==1.16.0
# flask-oidc-ex
# oauth2client
# python-dateutil
superdesk-core @ git+https://github.com/tomaskikutis/superdesk-core.git@release/2.7-fix-e2e-data
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@release/2.7
# via -r requirements.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via superdesk-core
tzlocal==2.1
# via superdesk-core
Expand Down

0 comments on commit 3281f89

Please sign in to comment.