mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Skip coverage on conftest
This commit is contained in:
parent
3d988407a5
commit
00d66d5229
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import sys
|
||||
|
||||
def pytest_ignore_collect(path, config):
|
||||
def pytest_ignore_collect(path, config): # pragma: no cover
|
||||
# Do not run any test for certbot-apache on Windows.
|
||||
if sys.platform == 'win32':
|
||||
return True
|
||||
|
|
|
|||
Loading…
Reference in a new issue