jaraco / pytest-checkdocs

MIT License
6 stars 5 forks source link

Deprecation warning in toml #14

Closed jaraco closed 3 years ago

jaraco commented 3 years ago

Looks like toml misses Python 1:

::project
  /Users/jaraco/code/main/pytest-checkdocs/.tox/python/lib/python3.9/site-packages/tomli/_parser.py:71: DeprecationWarning: Text file object support is deprecated in favor of binary file objects. Use `open("foo.toml", "rb")` to open the file in binary mode.
    warnings.warn(