Codebase list python-castellan / 18068e1
add lower-constraints job Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: Iee4a31b43f1f60410892e25d4e33ce63a620a95b Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com> Doug Hellmann 6 years ago
3 changed file(s) with 84 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
5050 jobs:
5151 - castellan-functional-vault
5252 - castellan-functional-devstack
53 - openstack-tox-lower-constraints
5354 gate:
5455 jobs:
5556 - castellan-functional-vault
5657 - castellan-functional-devstack
58 - openstack-tox-lower-constraints
0 alabaster==0.7.10
1 appdirs==1.3.0
2 asn1crypto==0.23.0
3 Babel==2.3.4
4 bandit==1.1.0
5 cffi==1.7.0
6 cliff==2.8.0
7 cmd2==0.8.0
8 coverage==4.0
9 cryptography==1.9
10 debtcollector==1.2.0
11 docutils==0.11
12 dulwich==0.15.0
13 extras==1.0.0
14 fixtures==3.0.0
15 flake8==2.5.5
16 gitdb==0.6.4
17 GitPython==1.0.1
18 hacking==0.12.0
19 idna==2.6
20 imagesize==0.7.1
21 iso8601==0.1.11
22 Jinja2==2.10
23 keystoneauth1==3.4.0
24 linecache2==1.0.0
25 MarkupSafe==1.0
26 mccabe==0.2.1
27 mock==2.0.0
28 monotonic==0.6
29 mox3==0.20.0
30 msgpack-python==0.4.0
31 netaddr==0.7.18
32 netifaces==0.10.4
33 openstackdocstheme==1.18.1
34 os-client-config==1.28.0
35 oslo.config==5.2.0
36 oslo.context==2.19.2
37 oslo.i18n==3.15.3
38 oslo.log==3.36.0
39 oslo.serialization==2.18.0
40 oslo.utils==3.33.0
41 oslotest==3.2.0
42 pbr==2.0.0
43 pep8==1.5.7
44 pifpaf==0.10.0
45 prettytable==0.7.2
46 pycparser==2.18
47 pyflakes==0.8.1
48 Pygments==2.2.0
49 pyinotify==0.9.6
50 pyparsing==2.1.0
51 pyperclip==1.5.27
52 python-barbicanclient==4.5.2
53 python-dateutil==2.5.3
54 python-mimeparse==1.6.0
55 python-subunit==1.0.0
56 pytz==2013.6
57 PyYAML==3.12
58 reno==2.5.0
59 requests==2.14.2
60 requestsexceptions==1.2.0
61 rfc3986==0.3.1
62 six==1.10.0
63 smmap==0.9.0
64 snowballstemmer==1.2.1
65 Sphinx==1.6.2
66 sphinxcontrib-websupport==1.0.1
67 stevedore==1.20.0
68 testrepository==0.0.18
69 testscenarios==0.4
70 testtools==2.2.0
71 traceback2==1.4.0
72 unittest2==1.1.0
73 wrapt==1.7.0
74 xattr==0.9.2
8080
8181 [hacking]
8282 import_exceptions = castellan.i18n
83
84 [testenv:lower-constraints]
85 basepython = python3
86 deps =
87 -c{toxinidir}/lower-constraints.txt
88 -r{toxinidir}/test-requirements.txt
89 -r{toxinidir}/requirements.txt