From 6a2cbee73441d51ccd83d27d2a093145e56e1cac Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 22 Jul 2016 10:33:08 -0400 Subject: Omit _winapi from coverage, as it won't be invoked on Unix and is tested upstream in jaraco.windows. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 5e409001..1a8f89de 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [wheel] universal = 1 + +[coverage:run] +omit = paramiko/_winapi.py -- cgit v1.2.3