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

spulec / freezegun / 225
92%

Build:
DEFAULT BRANCH: master
Ran 09 Feb 2015 07:25PM UTC
Jobs 3
Files 2
Run time 2min
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
225

Pull #82

travis-ci

Marc Abramowitz
Fix PyPy problems

PyPy appears to rely on the ability to call localtime and gmtime with an
argument, which I guess CPython doesn't.

This fixes errors like these:

tests/unit/test_unit_outdated.py:143: in test_global_state
    state.save('2.0', datetime.datetime.utcnow())
/usr/local/Cellar/pypy/2.4.0_2/libexec/lib_pypy/datetime.py:1554: in utcnow
    return cls.utcfromtimestamp(t)
/usr/local/Cellar/pypy/2.4.0_2/libexec/lib_pypy/datetime.py:1540: in utcfromtimestamp
    y, m, d, hh, mm, ss, weekday, jday, dst = _time.gmtime(t)
E   TypeError: __call__() takes exactly 1 argument (2 given)
Pull Request #82:

6 of 6 new or added lines in 1 file covered. (100.0%)

253 of 259 relevant lines covered (97.68%)

2.87 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
100.0
freezegun/api.py
Jobs
ID Job ID Ran Files Coverage
1 225.1 09 Feb 2015 07:26PM UTC 0
94.98
Travis Job 225.1
2 225.2 09 Feb 2015 07:28PM UTC 0
94.98
Travis Job 225.2
3 225.3 09 Feb 2015 07:25PM UTC 0
97.3
Travis Job 225.3
Source Files on build 225
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #225
  • Pull Request #82
  • Next Build on master (#226)
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