23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
b359336b6c Updated from generate-constraints
Change-Id: I60b21b3a5bb23ffa196a32f3aeec9499a658d661
2017-11-13 20:46:13 +01:00
OpenStack Proposal Bot
7e6e3db04b Updated from generate-constraints
Change-Id: I4bccd23d763b9b42f0bd21e16fa2002fbc3db8ec
2017-11-12 16:47:28 +01:00
OpenStack Proposal Bot
a7f385ae50 Updated from generate-constraints
Change-Id: I04796003c70b8a0cb12487461f5ec07556e2f1ec
2017-11-03 05:16:55 +11:00
OpenStack Proposal Bot
7c2f07845f Updated from generate-constraints
Also updates the cryptography/mitmproxy XFAIL

Change-Id: I226249e243b594e81620f7bedb656efebda67813
2017-10-30 06:10:44 +00:00
Dirk Mueller
8955cd5e84 Update pyasn1 xfails
Change-Id: I42cf5d888a02bd6c09e6f4d90b696de47998c18d
2017-10-09 21:36:11 +02:00
Dirk Mueller
c0345f4738 Update blacklisting of pyasn1
Change-Id: Ib916dfb2662bba2ba103de48b4ee48d15475e23f
2017-09-26 10:04:07 +02:00
OpenStack Proposal Bot
2cec1ba31b Updated from generate-constraints
Also update upper-constraints-xfails to match upper-constraints
Change-Id: I64569b1cd645508ae6a663c8fb4b7dc8e8f957eb
2017-09-19 19:12:37 -05:00
Dirk Mueller
ee1a3433f1 Xfail the mitmproxy / pyOpenSSL dependency conflict
This is already fixed in master:
https://github.com/mitmproxy/mitmproxy/pull/2435

So it'll hopefully in the next release.

Because the pyOpenSSL package name and requirement name do not match we
also add code to lower the name for comparison.

Also the check-uc only complains about a single issue but there are 3.

Change-Id: I6657802908ac4052eeb6c73fb03098b0c3557eb2
2017-09-15 14:46:26 -06:00
Dougal Matthews
bb1a083fea Remove mistral from global requirements
Historically, to write Mistral actions you would need to depend on
Mistral itself. However, with the introduction of mistral-lib this is no
longer required. The only consumer of mistral-as-a-library within
OpenStack was tripleo-common. It has been fully migrated to mistral-lib
(see depends-on) and the requirement can thus be removed.

Change-Id: I0a99c19d3cbcfbb396b09c008aff7a379a273d4c
Depends-On: I7ae2e0e4dbca6c02ed8ceedc066ca35eeb13c322
2017-06-28 20:44:02 +00:00
OpenStack Proposal Bot
f048a46436 Updated from generate-constraints
Change-Id: Ia86dee1688f77b831d9a9a4eed37f315bc2880ce
2017-06-13 23:10:41 +02:00
Dirk Mueller
b2601be2e4 Reduce list of expected fails
Change-Id: If402f0fccd73abb375681f3b3166771956af5d9a
2017-04-06 12:35:59 +02:00
Isaku Yamahata
88a8e8ddcb avoid bug of sqlalchemy 1.1.5 - 1.1.8
There is a bug of sqlalchemy reported below.
https://bitbucket.org/zzzeek/sqlalchemy/issues/3952/
Which affects CI. The bug was introduced from 1.1.5.
The fix is in sqlalchemy master repo and planned for 1.1.9.
(which isn't released yet)

Change-Id: I6f33e8b92aeb4ba4beb7a12d0f7c88615102d2cd
Closes-Bug: #1678280
2017-04-04 23:35:59 +00:00
OpenStack Proposal Bot
81da9720a3 Updated from generate-constraints
updated xfails with new SQLAlchemy version

Change-Id: I5bea151102d951798ed7d3d4f1443a593facd143
2017-04-01 09:36:58 -04:00
Davanum Srinivas
141abfb14d Bump upper constraint for SQLAlchemy
At lease one bug showed up, see Depends-On for cinder
problem found with 1.1.7, this was caused by this change:
http://docs.sqlalchemy.org/en/latest/changelog/migration_11.html#specific-checks-added-for-passing-mapped-classes-instances-as-sql-literals

Depends-On: I212536e5fa587e13905b5f40976cd988af38c107
Change-Id: Ieb558685f2c0b071dd691ccee505e72b61b0711a
2017-03-29 10:32:31 +00:00
OpenStack Proposal Bot
23a2038304 Updated from generate-constraints
Change-Id: Ic19d6626c08dd7d1d69d7f34b5626edf61992f5e
2017-03-06 16:29:00 -05:00
Davanum Srinivas
3c7995d5b3 Update pyparsing
Trying to fix gate-requirements-tox-py27-check-uc-ubuntu-xenial job

Change-Id: I1b6e1d105215f33ad3dbdff9910ee4b3b36db30b
2017-03-06 15:03:08 -05:00
Andreas Jaeger
eb4b8f1a02 Remove Sphinx xfail
With previous updates for os-api-ref and openstack-doc-tools, the xfail
is not needed anymore - remove it.

Change-Id: I4360fa8da22955b7e426aa39ccbc737a527ed5ff
2017-03-02 19:00:06 +01:00
OpenStack Proposal Bot
178cf05e72 Updated from generate-constraints
Holding back the following:
WebOb===1.7.1
eventlet===0.20.1
amqp===2.1.4
docutils===0.13.1
Sphinx===1.5.3
kombu===4.0.2
openstacksdk===0.9.14

Added:
docutils===0.13.1 (from I57d1aba6e07d4d53fa3d2b115b97092dbd8242e3)
Sphinx===1.5.2 (from I57d1aba6e07d4d53fa3d2b115b97092dbd8242e3)

Change-Id: I6ce88bba506c17da7420e7d65a3253af4e917bd2
2017-03-02 16:40:45 +00:00
OpenStack Proposal Bot
9ca1530bf6 Updated from generate-constraints
Depends-On: I2faca143c72005c42ef9ce5576013390d0475fb6
Change-Id: Ic9ca32efb0788358b5e4f46a8f3170c719a46f23
2017-02-15 22:49:16 +00:00
Dirk Mueller
a3b1ef17a0 Raise psutils uc to 5.0.1
Change-Id: Id5114907d0162f2f2bb92d76785d568c379e3b75
2017-01-19 22:49:44 +01:00
OpenStack Proposal Bot
7e64cfca0e Updated from generate-constraints
Change-Id: Ia3cf8a13a457f04a13d25055edfd57db4ea0fce2
2016-10-10 13:02:24 +02:00
Dirk Mueller
9334fb2632 Reduce upper-constraints-xfails
These two conflicts have been solved by new releases that are
compatible, so remove the XFAIL.

Change-Id: Ib2add352e7c8ca7df1354ca4fec50a00ea7e7c73
2016-10-04 14:47:03 +02:00
Dirk Mueller
d59c8ece29 Fixes for check-uc jenkins job
Implement XFAIL handling for ignoring known problems so that
we can make the job voting until the remaining issues are sorted
out.

Change-Id: Ia2cf2c440a72e6365a9ff08086704dc535bbc072
2016-09-29 20:33:34 +02:00