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

add py as requirement for test #96

Merged
merged 4 commits into from Oct 26, 2022
Merged

Conversation

groadabike
Copy link
Contributor

workaround for issue https://gitlab.com/uweschmitt/pytest-regtest/-/issues/19

Signed-off-by: Gerardo Roa Dabike gerardo.roa@gmail.com

workaround for issue https://gitlab.com/uweschmitt/pytest-regtest/-/issues/19

Signed-off-by: Gerardo Roa Dabike <gerardo.roa@gmail.com>
@groadabike groadabike linked an issue Oct 26, 2022 that may be closed by this pull request
Copy link
Contributor

@ns-rse ns-rse left a comment

Choose a reason for hiding this comment

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

Thanks for adding this work around @groadabike 👍

If and when the issue with pytest-regtest gets resolved I'll update things.

setup.cfg Outdated
@@ -65,6 +65,7 @@ tests =
pytest-mpl
pytest-regtest
yamllint
py
Copy link
Contributor

Choose a reason for hiding this comment

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

Overly pedantic but the list is alphabetical I think to aid reading (well it helps me at least!), so I'd have slotted this in between pre-commit and pytest.

workaround for issue https://gitlab.com/uweschmitt/pytest-regtest/-/issues/19

Signed-off-by: Gerardo Roa Dabike <gerardo.roa@gmail.com>
@groadabike
Copy link
Contributor Author

As requested, I changed the order of the requirements. Little by little, getting there with the best practices

@codecov
Copy link

codecov bot commented Oct 26, 2022

Codecov Report

Merging #96 (27b3719) into main (7736e7c) will decrease coverage by 0.44%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #96      +/-   ##
==========================================
- Coverage   84.30%   83.85%   -0.45%     
==========================================
  Files          30       30              
  Lines        3370     3370              
==========================================
- Hits         2841     2826      -15     
- Misses        529      544      +15     
Impacted Files Coverage Δ
clarity/dataset/cec1_dataset.py 39.77% <0.00%> (-15.91%) ⬇️
clarity/data/utils.py 90.62% <0.00%> (-3.13%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@groadabike groadabike merged commit ed14a59 into main Oct 26, 2022
@groadabike groadabike deleted the 95-add-py-as-requirement-for-test branch October 26, 2022 15:23
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.

Add py as requirement for test
2 participants