diff options
Diffstat (limited to 'git/test/lib/helper.py')
-rw-r--r-- | git/test/lib/helper.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/git/test/lib/helper.py b/git/test/lib/helper.py index 4335a977..d3d3ba29 100644 --- a/git/test/lib/helper.py +++ b/git/test/lib/helper.py @@ -32,6 +32,11 @@ __all__ = ( log = logging.getLogger('git.util') +#: We need an easy way to see if Appveyor TCs start failing, +#: so the errors marked with this var are considered "acknowledged" ones, awaiting remedy, +#: till then, we wish to hide them. +HIDE_WINDOWS_KNOWN_ERRORS = bool(os.environ.get('HIDE_WINDOWS_KNOWN_ERRORS', False)) + #{ Routines |