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

pywbem / pywbem / test-2236
92%

Build:
DEFAULT BRANCH: master
Ran 27 Apr 2024 10:19PM UTC
Jobs 0
Files 0
Run time –
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
test-2236

push

github

andy-maier
Fixed pywbem install error with ImportError on Python 2.7; Fixed tests

Details:

* Fixed pywbem install error with ImportError for "._vendor.nocasedict" on
  Python 2.7. (issue #3163): The pywbem/_vendor/__init__.py file was missing
  from the wheel distribution archive and Python 2 cannot deal with that.
  Fixed by adding the file.

* Fixed the test_install.sh script to catch the install error that was
  previously not detected. The main failure was that the import check
  was done in the main directory of the repo, so the __init__.py file
  came from there and had precedence over the resulting installation,
  so that the installation was not actually tested at all.
  This was fixed by performing the import check in the install test
  directory.

* Improved the test_install.sh script by:
  - Adding empty lines around the sections it has, for better
    readability in the log file.
  - Echoed the commands that are executed.
  - Listed the Python packages in the virtualenv after installation,
    for better debugging issues.
  - Made directory paths absolute because now directories are
    changed during the test.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
Source Files on build test-2236
Detailed source file information is not available for this build.
  • Back to Repo
  • 75bfee3a on github
  • Prev Build on master (#TEST-2215)
  • Next Build on master (#TEST-2243)
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