Only try to install py2 dev libraries for py2 jobs
Change-Id: I744416ffaf245c278ebce6350854b99c0eed88e3
This commit is contained in:
parent
2331c9abf2
commit
5c4176aaf7
@ -24,6 +24,7 @@
|
|||||||
tools/test-setup.sh.
|
tools/test-setup.sh.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py27
|
tox_envlist: py27
|
||||||
|
bindep_profile: test py27
|
||||||
python_version: 2.7
|
python_version: 2.7
|
||||||
post-run: tools/playbooks/common/cover-post.yaml
|
post-run: tools/playbooks/common/cover-post.yaml
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@ libxslt-devel [platform:rpm]
|
|||||||
libxslt1-dev [platform:dpkg]
|
libxslt1-dev [platform:dpkg]
|
||||||
libxslt-dev [platform:apk]
|
libxslt-dev [platform:apk]
|
||||||
memcached
|
memcached
|
||||||
python-dev [platform:dpkg platform:apk !platform:ubuntu-jammy]
|
python-dev [py27 platform:dpkg platform:apk !platform:ubuntu-jammy]
|
||||||
python-devel [platform:rpm !py36]
|
python-devel [py27 platform:rpm]
|
||||||
python3-dev [platform:dpkg platform:apk test]
|
python3-dev [platform:dpkg platform:apk test]
|
||||||
python3-devel [platform:rpm !py27 test]
|
python3-devel [platform:rpm !py27 test]
|
||||||
# python3-devel does not pull in the python3 package on openSUSE so
|
# python3-devel does not pull in the python3 package on openSUSE so
|
||||||
|
Loading…
Reference in New Issue
Block a user