TASK: Configure pyfakefs version to use
Until we migrate deprecated copyRealFile we need to stick to a lower version.
This commit is contained in:
parent
61af839867
commit
9c8656959c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -44,7 +44,7 @@ Development
|
|||
|
||||
Install dependencies:
|
||||
|
||||
- ``pip install pyfakefs``
|
||||
- ``pip install pyfakefs==3.1``
|
||||
|
||||
Run tests:
|
||||
|
||||
|
|
Loading…
Reference in a new issue