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

zhmcclient / python-zhmcclient / 9446950624
80%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2024 10:49AM 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
9446950624

push

github

andy-maier
Removed the pinning of stomp.py to <7.0.0 to pick up fixes

Details:

* Removed pinning to stomp to <7.0.0 to pick up fixes. It turned out that
  stomp.py has changed the type of its __version__ attribute from tuple
  to string in version 8.1.1. Also, versions 7.0.0 - 8.1.0 cause issues
  in our tests. Finally, 8.1.1 addresses safety issues. For these reasons,
  the minimum version was set to 8.1.1. This version requires Python 3.7,
  so the pinning could only be removed for Python>=3.7.

* Changed the interfaces of all stomp event methods to accept the old
  (pre-7.0) and new way of providing the headerss and message.

* Changed the creation of the stomp.Connection to call the 'set_ssl()'
  method instead of passing the 'use_ssl' argument, in order to
  accomodate stomp.py 8.0. Verified that this approach is supported in all
  stomp versins we use (i.e. back to 4.1).

* Because 'set_ssl()' method is now used, the 'MockedStompConnection'
  test class had to be extended with a mocked 'set_ssl()' method.

* Added the websockets-client package to the minimum-constraints-install.txt
  file because stomp.py 8.x starts depending on that.

* Changed the lazy importing of stomp to set it as instance attribute
  of the classes that need it, because more module members are now used.

Signed-off-by: Andreas Maier <maiera@de.ibm.com>
Source Files on build 9446950624
Detailed source file information is not available for this build.
  • Back to Repo
  • 05dcbaaa on github
  • Prev Build on master (#TEST-2520)
  • Next Build on master (#TEST-2530)
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