ietf-tools / xml2rfc

Generate RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies
https://ietf-tools.github.io/xml2rfc/
BSD 3-Clause "New" or "Revised" License
71 stars 39 forks source link

Review pdf tests for pydyf deprecations #1151

Open kesara opened 3 months ago

kesara commented 3 months ago

Describe the issue

PDF tests are producing the following warning:

/root/xml2rfc/.tox/py312/lib/python3.12/site-packages/pydyf/__init__.py:450: DeprecationWarning: PDF objects don’t take version or identifier during initialization anymore. These properties are now stored but ignored, and will be removed and rejected in next version of pydyf. Please pass these properties to the PDF.write() method instead.

Code of Conduct