File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 7
7
- .arca/cache
8
8
install :
9
9
- pip install -r test_requirements.txt
10
+ - pip install 'arca[docker]>=0.2'
10
11
before_script : # encrypted variables aren't accessible in PRs
11
12
- ' if [ -n "$DOCKER_HUB_PASSWORD" ]; then docker login -u "$DOCKER_HUB_USERNAME" -p "$DOCKER_HUB_PASSWORD"; fi'
12
13
- ' 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():
19
19
_arca = Arca (settings = {"ARCA_BACKEND" : "arca.backend.CurrentEnvironmentBackend" ,
20
20
"ARCA_BACKEND_CURRENT_ENVIRONMENT_REQUIREMENTS" : "requirements.txt" ,
21
21
"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" ],
26
22
"ARCA_BACKEND_KEEP_CONTAINER_RUNNING" : True ,
27
23
"ARCA_BACKEND_USE_REGISTRY_NAME" : "docker.io/naucse/naucse.python.cz" ,
28
24
"ARCA_SINGLE_PULL" : True ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pygments
13
13
python-dateutil
14
14
traitlets
15
15
werkzeug
16
- arca >= 0.1 < 0.2
16
+ arca >= 0.2 # update in .travis.yml as well, the docker extras are installed there
17
17
cssutils
18
18
gitpython
19
19
click
You can’t perform that action at this time.
0 commit comments