Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Freeze pip dependencies to make make pytest work
Browse files Browse the repository at this point in the history
Updates requirements.txt same as elastic#309 did for helpers/helm-tester/requirements.txt

- freezing attrs to 19.1.0 fix `TypeError: attrib() got an unexpected keyword argument 'convert'` issue that we have with 19.2.0
- also freezing other dependencies for safety
  • Loading branch information
morganchristiansson authored and jmlrt committed Feb 6, 2020
1 parent 66bf3f0 commit 9c1c855
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
atomicwrites==1.3.0
attrs==19.1.0
importlib-metadata==0.23
more-itertools==7.2.0
pluggy==0.13.0
py==1.8.0
pytest==4.1.0
PyYAML==4.2b4
six==1.12.0
zipp==0.6.0

0 comments on commit 9c1c855

Please sign in to comment.