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

mailgun / expiringdict / 53
93%
master: 95%

Build:
Build:
LAST BUILD BRANCH: v1.2.1
DEFAULT BRANCH: master
Ran 24 Mar 2020 12:34PM UTC
Jobs 2
Files 1
Run time 4s
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
53

Pull #44

travis-ci

web-flow
Fix typing conflict on Python 3.7

When using bazel on Python3.7, I got error message below
```
Traceback (most recent call last):
  File "/private/var/tmp/_bazel_yujo/abf0a3d83a4b1d722a32424a453d5c05/sandbox/darwin-sandbox/39/execroot/__main__/bazel-out/darwin-fastbuild/bin/tests/unit/unit_tests.runfiles/__main__/tests/unit/runner.py", line 2, in <module>
    from typing import Any
  File "/private/var/tmp/_bazel_yujo/abf0a3d83a4b1d722a32424a453d5c05/sandbox/darwin-sandbox/39/execroot/__main__/bazel-out/darwin-fastbuild/bin/tests/unit/unit_tests.runfiles/pip_deps_pypi__typing_3_7_4_1/typing.py", line 1357, in <module>
    class Callable(extra=collections_abc.Callable, metaclass=CallableMeta):
  File "/private/var/tmp/_bazel_yujo/abf0a3d83a4b1d722a32424a453d5c05/sandbox/darwin-sandbox/39/execroot/__main__/bazel-out/darwin-fastbuild/bin/tests/unit/unit_tests.runfiles/pip_deps_pypi__typing_3_7_4_1/typing.py", line 1005, in __new__
    self._abc_registry = extra._abc_registry
AttributeError: type object 'Callable' has no attribute '_abc_registry'
```

After some research, I found this is because expiringdict requires 'typing' regardless of Python version. 
From [typing doc](https://docs.python.org/3/library/typing.html), it becomes part of standard library in python 3.5.
Pull Request #44: Fix typing conflict on Python 3.7

143 of 154 relevant lines covered (92.86%)

1.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 53.1 24 Mar 2020 12:34PM UTC 0
92.86
Travis Job 53.1
2 53.2 24 Mar 2020 12:34PM UTC 0
94.16
Travis Job 53.2
Source Files on build 53
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #53
  • Pull Request #44
  • PR Base - master (#52)
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