Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #330 from tango-controls/add-enum34-to-py27-docker
Browse files Browse the repository at this point in the history
Add enum34 to Python 2.7 docker images
  • Loading branch information
ajoubertza authored Feb 4, 2020
2 parents 6e78cfa + af2b6b0 commit 5865b6f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ conda env export > /opt/current/environment-py${PYTHON_VERSION}-tango${TANGO_VER

For Python 2.7, the requirements are slightly different, so replace the line with `pytest` with:
```shell script
conda install --yes trollius futures 'pytest < 5' pytest-xdist 'gevent != 1.5a1' psutil
conda install --yes trollius futures 'pytest < 5' pytest-xdist 'gevent != 1.5a1' psutil enum34
```

Note: the packages lists were taken from `.travis.yml` and `setup.py` - these will need
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/environment-py2.7-tango9.2.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ dependencies:
- blas=1.0=mkl
- boost=1.67.0=py27_4
- bzip2=1.0.8=h7b6447c_0
- ca-certificates=2019.11.27=0
- ca-certificates
- certifi=2019.11.28=py27_0
- cffi=1.13.2=py27h2e261b9_0
- configparser=4.0.2=py27_0
- contextlib2=0.6.0.post1=py_0
- enum34=1.1.6=py27_1
- execnet=1.7.1=py_0
- funcsigs=1.0.2=py27_0
- futures=3.3.0=py27_0
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/environment-py2.7-tango9.3.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ dependencies:
- blas=1.0=mkl
- boost=1.67.0=py27_4
- bzip2=1.0.8=h7b6447c_0
- ca-certificates=2019.11.27=0
- ca-certificates
- certifi=2019.11.28=py27_0
- cffi=1.13.2=py27h2e261b9_0
- configparser=4.0.2=py27_0
- contextlib2=0.6.0.post1=py_0
- enum34=1.1.6=py27_1
- execnet=1.7.1=py_0
- funcsigs=1.0.2=py27_0
- futures=3.3.0=py27_0
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/environment-py3.7-tango9.2.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- blas=1.0=mkl
- boost=1.67.0=py37_4
- bzip2=1.0.8=h7b6447c_0
- ca-certificates=2019.11.27=0
- ca-certificates
- certifi=2019.11.28=py37_0
- cffi=1.13.2=py37h2e261b9_0
- execnet=1.7.1=py_0
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/environment-py3.7-tango9.3.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- blas=1.0=mkl
- boost=1.67.0=py37_4
- bzip2=1.0.8=h7b6447c_0
- ca-certificates=2019.11.27=0
- ca-certificates
- certifi=2019.11.28=py37_0
- cffi=1.13.2=py37h2e261b9_0
- execnet=1.7.1=py_0
Expand Down

0 comments on commit 5865b6f

Please sign in to comment.