5.4.0 seems to have caused a number of permission issues
in the test. In order to unblock make check, let's pin it
to 5.3.5 for now.
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit
ce71ce10b7551a649c9a64be992c0eddfa7e7243)
skip_install=true
deps =
pyfakefs == 4.5.6 ; python_version < "3.7"
- pyfakefs >= 5, < 6 ; python_version >= "3.7"
+ pyfakefs == 5.3.5 ; python_version >= "3.7"
mock
pytest
commands=pytest {posargs}