TASK: Configure pyfakefs version to use

Until we migrate deprecated copyRealFile we need to stick to a lower
version.
This commit is contained in:
Daniel Siepmann 2017-08-07 09:05:17 +02:00
parent 61af839867
commit 9c8656959c
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 2 additions and 2 deletions

View file

@ -5,4 +5,4 @@ LABEL Description="This image should provide environment to lint neotags" Vendor
# Install dependencies
RUN pip install --upgrade pip
RUN pip install --no-cache-dir pep8 neovim pyfakefs
RUN pip install --no-cache-dir pep8 neovim pyfakefs==3.1

View file

@ -44,7 +44,7 @@ Development
Install dependencies:
- ``pip install pyfakefs``
- ``pip install pyfakefs==3.1``
Run tests: