Pin pyasn1 until fixed (#125712)
* pin pyasn1 until fixed * add to gen requirements
This commit is contained in:
parent
56dfb2c734
commit
74834b2d88
2 changed files with 12 additions and 0 deletions
|
@ -185,3 +185,9 @@ tuf>=4.0.0
|
||||||
|
|
||||||
# https://github.com/jd/tenacity/issues/471
|
# https://github.com/jd/tenacity/issues/471
|
||||||
tenacity!=8.4.0
|
tenacity!=8.4.0
|
||||||
|
|
||||||
|
# pyasn1.compat.octets was removed in pyasn1 0.6.1 and breaks some integrations
|
||||||
|
# and tests that import it directly
|
||||||
|
# https://github.com/pyasn1/pyasn1/pull/60
|
||||||
|
# https://github.com/lextudio/pysnmp/issues/114
|
||||||
|
pyasn1==0.6.0
|
||||||
|
|
|
@ -205,6 +205,12 @@ tuf>=4.0.0
|
||||||
|
|
||||||
# https://github.com/jd/tenacity/issues/471
|
# https://github.com/jd/tenacity/issues/471
|
||||||
tenacity!=8.4.0
|
tenacity!=8.4.0
|
||||||
|
|
||||||
|
# pyasn1.compat.octets was removed in pyasn1 0.6.1 and breaks some integrations
|
||||||
|
# and tests that import it directly
|
||||||
|
# https://github.com/pyasn1/pyasn1/pull/60
|
||||||
|
# https://github.com/lextudio/pysnmp/issues/114
|
||||||
|
pyasn1==0.6.0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
GENERATED_MESSAGE = (
|
GENERATED_MESSAGE = (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue