Commit c14a674e authored by Jason R. Coombs's avatar Jason R. Coombs

When possible, avoid test-specific interfaces in production code.

parent f78c4893
......@@ -51,7 +51,7 @@ def get_metadata_version(dist_md):
# Based on Python 3.5 version
def write_pkg_file(self, file, is_test=False):
def write_pkg_file(self, file):
"""Write the PKG-INFO format data to a file object.
"""
version = get_metadata_version(self)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment