Skip to content
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

Make binary image argument optional [CLODDST-2762] #14

Merged
merged 1 commit into from
Sep 29, 2020
Merged

Make binary image argument optional [CLODDST-2762] #14

merged 1 commit into from
Sep 29, 2020

Conversation

querti
Copy link
Contributor

@querti querti commented Sep 24, 2020

Binary image is no longer a mandatory argument. If not specified, then the iiblib operation is called without it. Tests were updated to recognize it being a keyword parameter.

Binary image is no longer a mandatory argument. If not
specified, then the iiblib operation is called without
it. Tests were updated to recognize it being a keyword
parameter.

Also, 'pyrsistent' dependency's version had to be limited
to 0.16.0, as newer versions are not Python 2 compatible.
@querti querti marked this pull request as ready for review September 24, 2020 15:00
@@ -1,5 +1,6 @@
six
setuptools
pyrsistent<=0.16.0; python_version == '2.7'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this one is not used. Is it a dependency of something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a pushcollector dependency. It seems that new version was released which is not Python 2 compatible, which causes the Python 2 tests initialization to fail. This line constraints the version for Python 2 tests.

@querti querti merged commit d9d1a58 into release-engineering:master Sep 29, 2020
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.

None yet

3 participants