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

QualiSystems / vCenterShell / 2611
85%
develop: 85%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/package/lxml-4.6.3
DEFAULT BRANCH: develop
Ran 28 Mar 2018 02:49PM UTC
Jobs 1
Files 160
Run time 7s
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
2611

push

travis-ci

noamwegner
cryptography and vcenter shell are running from the same environment  (execution server)

cryptography requests enum34.
vcenter shell  requests enum.

cryptography has  a module name.py that have this code:

from enum import Enum

class _ASN1Type(Enum):
    UTF8String = 12

_ASN1_TYPE_TO_ENUM = dict((i.value, i) for i in _ASN1Type)

this code expects Enum to be enum34 package , if enum lib is also installed it will throw  "TypeError: 'type' object is not iterable"

so we had to remove enum import and change it to enum34 as answered here : https://github.com/pyca/cryptography/issues/4020

5250 of 6200 relevant lines covered (84.68%)

0.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2611.1 (CLOUD_SHELL_SHELL_CORE=1) 28 Mar 2018 02:49PM UTC 0
84.68
Travis Job 2611.1
Source Files on build 2611
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2611
  • 55a072c7 on github
  • Prev Build on noam_166291_remove_power_live_status (#2604)
  • Next Build on noam_166291_remove_power_live_status (#2613)
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

© 2025 Coveralls, Inc