Skip to content

Conversation

@Kami
Copy link
Member

@Kami Kami commented Jul 11, 2018

Found yet another issue while working on a big rabbit hole called new winrmi runner tests and related work.

Before those changes, we didn't have any runner with a dependency / requirement which is not part of any other component so things worked out of the box.

Now new winrm runner depends on the pywin library and we need to take this into account when generating final requirements.txt otherwise this requirement will be skipped and packages won't be completed (pywinrm requirement will be missing).

Closes #562

Before new winrm runner, runners didn't have their own specific
requirement so things worked. Now we need to include runner requirement
if we want winrm runner to work.
@Kami Kami force-pushed the include_runner_requirements branch from 019958e to 193ee65 Compare July 11, 2018 20:33
@arm4b
Copy link
Member

arm4b commented Jul 11, 2018

Looks like a duplicate of #562

@Kami
Copy link
Member Author

Kami commented Jul 11, 2018

@armab thanks, I some how missed that one :/

EDIT: Just noticed #562 doesn't have a correct path (missing ../st2/) so if you can please review / approve this one it would be great.

@Kami Kami added this to the 2.9.0 milestone Jul 11, 2018
@Kami Kami merged commit b8991cf into master Jul 11, 2018
@arm4b arm4b deleted the include_runner_requirements branch July 11, 2018 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants