Update requirement on pyfakefs to >=3.4
This resolves a stack trace that occurs when using pyfakefs 3.3 or earlier because we're using a method that only landed after 3.4: AttributeError: 'FakeFilesystem' object has no attribute 'create_file' Change-Id: I07eee437313e9f701497cecaae4029952417a6e9
This commit is contained in:
@@ -15,7 +15,7 @@ python-subunit
|
||||
setuptools>=11.3
|
||||
pygments>=1.6
|
||||
junit-xml>=1.7
|
||||
pyfakefs
|
||||
pyfakefs>=3.4
|
||||
six
|
||||
|
||||
oslo.serialization>=1.10.0 # Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user