simplistix / sybil

Automated testing for the examples in your documentation.
https://sybil.readthedocs.io/en/latest/
Other
69 stars 14 forks source link

Avoid ast deprecations #129

Closed adamtheturtle closed 2 days ago

adamtheturtle commented 4 days ago

Without this change I got:

/Users/adam/.virtualenvs/requests-mock-flask/lib/python3.12/site-packages/sybil/document.py:224: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
    if isinstance(docstring, Str):

../../../.virtualenvs/requests-mock-flask/lib/python3.12/site-packages/sybil/document.py:225
../../../.virtualenvs/requests-mock-flask/lib/python3.12/site-packages/sybil/document.py:225
  /Users/adam/.virtualenvs/requests-mock-flask/lib/python3.12/site-packages/sybil/document.py:225: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
    text = docstring.s