]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
eliminate coverage noise
authorBob Halley <halley@dnspython.org>
Fri, 19 Jun 2020 14:14:40 +0000 (07:14 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 19 Jun 2020 14:14:40 +0000 (07:14 -0700)
dns/version.py

index d43a0d0e329ad0c8b4521a147a9a7123bb81c953..a9d246153cecaf6e188b673042b5bf8020891750 100644 (file)
@@ -28,7 +28,7 @@ RELEASELEVEL = 0x0c
 #: SERIAL
 SERIAL = 1
 
-if RELEASELEVEL == 0x0f:
+if RELEASELEVEL == 0x0f:  # pragma: no cover
     #: version
     version = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
 elif RELEASELEVEL == 0x00:  # pragma: no cover