• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pytest-dev / pytest / 4924
51%

Build:
DEFAULT BRANCH: master
Ran 04 May 2018 09:06PM UTC
Jobs 1
Files 46
Run time 14s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
4924

Pull #3452

travis-ci

web-flow
Attempt to fix flaky test on Python 2

This test sometimes fails on AppVeyor with:

```
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.0 = <listiterator object at 0x0549DC50>
    leaked_types = sum(1 for _ in gc.garbage
>                   if 'PseudoFixtureDef' in str(_))
E   UnicodeEncodeError: 'ascii' codec can't encode character u'\u263a' in position 23: ordinal not in range(128)
test_request_garbage.py:19: UnicodeEncodeError
====================== 1 passed, 1 error in 1.39 seconds ======================
```

Use our internal "safe_repr" function to handle Encode errors: who knows
what objects are in garbage after all.
Pull Request #3452: Attempt to fix flaky test on Python 2

8869 of 9555 relevant lines covered (92.82%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4924.1 (TOXENV=coveralls) 04 May 2018 09:06PM UTC 0
92.82
Travis Job 4924.1
Source Files on build 4924
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4924
  • Pull Request #3452
  • PR Base - master (#4923)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc