mirror of https://github.com/ansible/ansible.git
Add pyparsing constraint to ansible-test.
The upcoming pyparsing 3 release will require Python 3.5 or later, see: https://github.com/pypa/packaging/issues/313 Unfortunately pip 8.x and earlier versions do not support python version requirements, which is why this constraint is needed.pull/70100/head
parent
c9c8cd34b2
commit
f69b1846f9
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test add pyparsing constraint for Python 2.x to avoid compatibility issues with the upcoming pyparsing 3 release
|
Loading…
Reference in New Issue