Merge "Temporarily cap fixtures<2.0"
This commit is contained in:
commit
6b0fed2dee
@ -299,7 +299,9 @@ discover # BSD
|
||||
django-nose>=1.2 # BSD
|
||||
doc8 # Apache-2.0
|
||||
feedparser # BSD
|
||||
fixtures>=1.3.1 # Apache-2.0/BSD
|
||||
# NOTE(mriedem): Uncap fixtures once nova/neutron* are passing
|
||||
# with both fixes 1.4 and 2.0.
|
||||
fixtures>=1.3.1,<2.0 # Apache-2.0/BSD
|
||||
freezegun # Apache-2.0
|
||||
gabbi>=1.11.0 # Apache-2.0
|
||||
hgtools # MIT # dependency of pytest-runner that is only in setup_requires
|
||||
|
@ -126,7 +126,7 @@ fairy-slipper===0.2.0
|
||||
falcon===0.3.0
|
||||
fasteners===0.14.1
|
||||
feedparser===5.2.1
|
||||
fixtures===2.0.0
|
||||
fixtures===1.4.0
|
||||
freezegun===0.3.6
|
||||
frozendict===0.6
|
||||
funcparserlib===0.3.6
|
||||
|
Loading…
Reference in New Issue
Block a user