diff --git a/.zuul.yaml b/.zuul.yaml index 1c31e6b..6ab33ce 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -24,6 +24,7 @@ - job: name: shaker-integration-py27 parent: openstack-tox + nodeset: ubuntu-bionic description: | Run integration tests under Python 2.7 @@ -34,6 +35,7 @@ - job: name: shaker-integration-py36 parent: openstack-tox + nodeset: ubuntu-bionic description: | Run integration tests under Python 3.6 diff --git a/requirements.txt b/requirements.txt index 2246367..74bcfe4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,8 @@ oslo.serialization>=1.10.0;python_version>='3.6' # Apache-2.0 oslo.utils>=3.18.0,<4.0.0;python_version<'3.6' # Apache-2.0 oslo.utils>=3.18.0;python_version>='3.6' # Apache-2.0 pygal -pykwalify +pykwalify<1.8.0;python_version<'3.6' +pykwalify;python_version>='3.6' python-glanceclient>=2.5.0,<=3.0.0;python_version<'3.6' # Apache-2.0 python-glanceclient>=2.5.0;python_version>='3.6' # Apache-2.0 python-neutronclient>=5.1.0,<8.0.0;python_version<'3.6' # Apache-2.0