richardmaw-codethink pushed to branch richardmaw/pytest-dep-update at BuildStream / buildstream
Commits:
- 
62942bfd
by Valentin David at 2018-11-05T12:14:20Z
- 
442da2f9
by Javier Jardón at 2018-11-05T12:41:54Z
- 
0993de53
by Richard Maw at 2018-11-05T16:41:05Z
2 changed files:
Changes:
| ... | ... | @@ -166,6 +166,12 @@ docs: | 
| 166 | 166 |      BST_EXT_REF: 1d6ab71151b93c8cbc0a91a36ffe9270f3b835f1 # 0.5.1
 | 
| 167 | 167 |      FD_SDK_REF: 88d7c22c2281b987faa02edd57df80d430eecf1f # 18.08.11-35-g88d7c22c
 | 
| 168 | 168 |    before_script:
 | 
| 169 | +  - |
 | |
| 170 | +    mkdir -p "${HOME}/.config"
 | |
| 171 | +    cat <<EOF >"${HOME}/.config/buildstream.conf"
 | |
| 172 | +    scheduler:
 | |
| 173 | +      fetchers: 2
 | |
| 174 | +    EOF
 | |
| 169 | 175 |    - (cd dist && ./unpack.sh && cd buildstream && pip3 install .)
 | 
| 170 | 176 |    - pip3 install --user -e ${BST_EXT_URL}@${BST_EXT_REF}#egg=bst_ext
 | 
| 171 | 177 |    - git clone https://gitlab.com/freedesktop-sdk/freedesktop-sdk.git
 | 
| 1 | 1 |  coverage == 4.4.0
 | 
| 2 | 2 |  pep8
 | 
| 3 | 3 |  pylint == 2.1.1
 | 
| 4 | -pytest >= 3.7
 | |
| 4 | +pytest >= 3.8
 | |
| 5 | 5 |  pytest-cov >= 2.5.0
 | 
| 6 | 6 |  pytest-datafiles
 | 
| 7 | 7 |  pytest-env
 | 
