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

Construct related, strict check for version equality #232

Merged
merged 3 commits into from
Feb 26, 2018
Merged

Construct related, strict check for version equality #232

merged 3 commits into from
Feb 26, 2018

Conversation

arekbulski
Copy link
Contributor

This way it fails if pip installs multiple versions or whatnot. No need to ask users for logs.

@@ -28,6 +28,9 @@

_LOGGER = logging.getLogger(__name__)

# needs to be maintained in sync with setup.py and requirements.txt
assert construct.version_string == "2.9.31"

Choose a reason for hiding this comment

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

undefined name 'construct'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

@coveralls
Copy link

coveralls commented Feb 22, 2018

Coverage Status

Coverage increased (+0.02%) to 65.867% when pulling c82d558 on arekbulski:patch-construct3 into fe193e5 on rytilahti:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 65.867% when pulling c82d558 on arekbulski:patch-construct3 into fe193e5 on rytilahti:master.

@syssi syssi merged commit 774cb75 into rytilahti:master Feb 26, 2018
@syssi
Copy link
Collaborator

syssi commented Feb 26, 2018

Thanks! 👍

@arekbulski arekbulski deleted the patch-construct3 branch February 26, 2018 21:04
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.

4 participants