mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Lock PyYAML to < 5.1
The reason being that at least one unit test case will leak memory until exhaustion.
This commit is contained in:
parent
a4f241dc17
commit
cee9480ee3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ Jinja2
|
|||
# This should be changed to msgpack-python for Packages
|
||||
# msgpack-python>0.3,!=0.5.5
|
||||
msgpack>=0.5,!=0.5.5
|
||||
PyYAML
|
||||
PyYAML<5.1
|
||||
MarkupSafe
|
||||
requests>=1.0.0
|
||||
tornado>=4.2.1,<6.0; python_version < '3'
|
||||
|
|
Loading…
Add table
Reference in a new issue