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:
David Moreau Simard
2019-08-08 20:43:21 -04:00
parent 872ba818fb
commit 7e2d574c64

View File

@@ -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