-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Windows support to IBM MQ #10737
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requirements.in change looks good -- I didn't look at the rest.
The client is installed in |
f16c9ab
to
dcbcdfe
Compare
b5e9e79
to
be09296
Compare
be09296
to
7918306
Compare
Merge branch 'js/FRAGENT-1564-ibm-mq-on-windows' of github.com:DataDog/integrations-core into js/FRAGENT-1564-ibm-mq-on-windows
71c3e29
to
885cedf
Compare
05d8c0d
to
52fe7f3
Compare
52fe7f3
to
e1f2462
Compare
ibm_mq/tests/common.py
Outdated
if RUNNING_ON_WINDOWS_CI: | ||
import pymqi # noqa: F401 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is already covered in the unit tests that are running on windows CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
* Add support for windows Co-authored-by: Ofek Lev <ofekmeister@gmail.com>
The client is available on windows and pymqi is too.
Depends on