Tres Seaver
2014-11-17 0760606f7b6af51a4431e336f46541485387efd5
Don't fail coverage check on systems w/ locale set.

See: http://jenkins.pylonsproject.org/job/pyramid/1617/console.
1 files modified
2 ■■■ changed files
pyramid/tests/test_integration.py 2 ●●● patch | view | raw | blame | history
pyramid/tests/test_integration.py
@@ -81,7 +81,7 @@
        res = self.testapp.get('/static/.hiddenfile', status=200)
        _assertBody(res.body, os.path.join(here, 'fixtures/static/.hiddenfile'))
    if defaultlocale is not None:
    if defaultlocale is not None: # pragma: no cover
        # These tests are expected to fail on LANG=C systems due to decode
        # errors and on non-Linux systems due to git highchar handling
        # vagaries