-
Notifications
You must be signed in to change notification settings - Fork 117
[bugfix] Fix the setup.py package installation script #1341
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
Conversation
* Move the `schemas` directory under `reframe`. * Make the necessary fixes to documentation. * Require `jsonschema` during installation of ReFrame. * Require Python>=3.6 for installation of ReFrame.
Codecov Report
@@ Coverage Diff @@
## master #1341 +/- ##
==========================================
- Coverage 91.78% 91.71% -0.07%
==========================================
Files 83 83
Lines 12561 12572 +11
==========================================
+ Hits 11529 11531 +2
- Misses 1032 1041 +9
Continue to review full report at Codecov.
|
|
Hello @teojgo, Thank you for updating! Cheers! There are no PEP8 issues in this Pull Request!Do see the ReFrame Coding Style Guide Comment last updated at 2020-05-29 09:43:29 UTC |
ekouts
left a comment
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.
lgtm
vkarak
left a comment
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.
I just have two minor suggestions.
vkarak
left a comment
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.
lgtm
Move the
schemasdirectory underreframe.Make the necessary fixes to documentation.
Require
jsonschemaduring installation of ReFrame.Require Python>=3.6 for installation of ReFrame.