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

fix CI by excluding GC3Pie 2.6.7 (which is broken with Python 2) and improve error reporting for option parsing #3798

Merged
merged 3 commits into from
Aug 11, 2021

Conversation

Flamefire
Copy link
Contributor

@Flamefire Flamefire commented Aug 10, 2021

GC3Pie 2.6.7 has a bug which makes it fail to import on Python2 fixed with gc3pie/gc3pie@db82754

Also our error reporting doesn't really help to find this as it just says: Failed to parse configuration options: invalid syntax (__init__.py, line 2159) which isn't exactly helpful
Hence only catch our error

@boegel boegel added the bug fix label Aug 11, 2021
@boegel boegel added this to the next release (4.4.2?) milestone Aug 11, 2021
requirements.txt Outdated Show resolved Hide resolved
requirements.txt Outdated Show resolved Hide resolved
@Flamefire
Copy link
Contributor Author

Done in the style of #3788 which will likely conflict with this

@boegel boegel changed the title Fix CI and improve error on option parsing fix CI by excluding GC3Pie 2.6.7 (which is broken with Python 2) and improve error reporting for option parsing Aug 11, 2021
Copy link
Member

@boegel boegel left a comment

Choose a reason for hiding this comment

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

lgtm

@boegel boegel merged commit 7486963 into easybuilders:develop Aug 11, 2021
@Flamefire Flamefire deleted the fix_error branch August 11, 2021 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants