File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - .arca/cache
88install :
99- pip install -r test_requirements.txt
10+ - pip install 'arca[docker]>=0.2'
1011before_script : # encrypted variables aren't accessible in PRs
1112- ' if [ -n "$DOCKER_HUB_PASSWORD" ]; then docker login -u "$DOCKER_HUB_USERNAME" -p "$DOCKER_HUB_PASSWORD"; fi'
1213- ' if [ -z "$DOCKER_HUB_PASSWORD" ]; then export ARCA_BACKEND_REGISTRY_PULL_ONLY=true; fi'
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ def arca():
1919 _arca = Arca (settings = {"ARCA_BACKEND" : "arca.backend.CurrentEnvironmentBackend" ,
2020 "ARCA_BACKEND_CURRENT_ENVIRONMENT_REQUIREMENTS" : "requirements.txt" ,
2121 "ARCA_BACKEND_VERBOSITY" : 2 ,
22- # required by PyNaCl which is required by Gabric3 which is required by Arca
23- # only needed for Arcas Vagrant backend, can be removed once Arca
24- # implements optional requirements
25- "ARCA_BACKEND_APK_DEPENDENCIES" : ["libffi-dev" ],
2622 "ARCA_BACKEND_KEEP_CONTAINER_RUNNING" : True ,
2723 "ARCA_BACKEND_USE_REGISTRY_NAME" : "docker.io/naucse/naucse.python.cz" ,
2824 "ARCA_SINGLE_PULL" : True ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pygments
1313python-dateutil
1414traitlets
1515werkzeug
16- arca >= 0.1 < 0.2
16+ arca >= 0.2 # update in .travis.yml as well, the docker extras are installed there
1717cssutils
1818gitpython
1919click
You can’t perform that action at this time.
0 commit comments