coverage: exclude unicodefun.py

This commit is contained in:
James R. Barlow
2018-11-02 00:33:08 -07:00
parent 8681693994
commit b8214b3c49
+1 -1
View File
@@ -38,7 +38,7 @@ import sys
import codecs
def verify_python3_env():
def verify_python3_env(): # pragma: no cover
"""Ensures that the environment is good for unicode on Python 3."""
# PEP 538 changes in Python 3.7 should make this wrangling unnecessary