#1075 Deprecation warning on Python 3.7
Closed: Fixed by mikem. Opened by churchyard.

When I use fedpkg build on Python 3.7, i see this deprecation warning:

/usr/lib/python3.7/site-packages/koji/__init__.py:1704: DeprecationWarning: This method will be removed in future versions.  Use 'parser.read_file()' instead.

config.readfp(f)

See https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.readfp


PR #1150

Metadata Update from @julian8628:
- Issue set to the milestone: 1.17

Commit 8813d284 fixes this issue

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/1075

Please continue any further discussion there.

Metadata