You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/test_condition.py: 1 warning
tests/test_fulfillment.py: 197 warnings
tests/test_generated_valid_spec.py: 398 warnings
/home/juergen/develop/pl-zenroom/planetmint/venv/lib/python3.9/site-packages/pyasn1/type/univ.py:711: DeprecationWarning: int returned non-int (type SizedInteger). The ability to return an instance of a strict subclass of int is deprecated, and may be removed in a future version of Python.
return SizedInteger(value).setBitLength(len(value))
we could overcome this by moving to a new pyasn1 version maintained by inexio.
unfortunately, they do not publish releaeses on pypi.
we need to identify how we could use this but continue to be able to push our solution to pypi.
The text was updated successfully, but these errors were encountered:
currently a warning exists:
tests/test_condition.py: 1 warning
tests/test_fulfillment.py: 197 warnings
tests/test_generated_valid_spec.py: 398 warnings
/home/juergen/develop/pl-zenroom/planetmint/venv/lib/python3.9/site-packages/pyasn1/type/univ.py:711: DeprecationWarning: int returned non-int (type SizedInteger). The ability to return an instance of a strict subclass of int is deprecated, and may be removed in a future version of Python.
return SizedInteger(value).setBitLength(len(value))
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
we could overcome this by moving to a new pyasn1 version maintained by inexio.
unfortunately, they do not publish releaeses on pypi.
we need to identify how we could use this but continue to be able to push our solution to pypi.
The text was updated successfully, but these errors were encountered: