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 black test failure in CI #120

Merged
merged 15 commits into from
Mar 4, 2024
Merged

Fix black test failure in CI #120

merged 15 commits into from
Mar 4, 2024

Conversation

nadamoukaddem
Copy link
Contributor

@nadamoukaddem nadamoukaddem commented Feb 19, 2024

this PR should solve #119.

To address the issue, I temporarily set the pytest version to 7.4.4 and reformatted the code. Additionally, I upgraded the Python version in CI to 3.10.12.

@nadamoukaddem nadamoukaddem self-assigned this Feb 22, 2024
@nadamoukaddem nadamoukaddem added the bug Something isn't working label Feb 22, 2024
@nadamoukaddem nadamoukaddem linked an issue Feb 22, 2024 that may be closed by this pull request
pyproject.toml Outdated
@@ -53,8 +53,8 @@ release = [

test = [
"pytest",
"pytest-black",
"pytest-cases",
#"pytest-black",
Copy link
Contributor

Choose a reason for hiding this comment

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

You commented them out, but we don't want commented lines in the pyproject.toml file. Just remove them.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok I will. I commented them to remember to add them once the plugins are compatible with PyTest.

Copy link
Contributor

Choose a reason for hiding this comment

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

We should use issues as reminder.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

changes are done.

@jeipollack jeipollack merged commit 478aed1 into develop Mar 4, 2024
2 checks passed
@jeipollack jeipollack deleted the fix/black-test-failure branch March 4, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failure of Black Test in CI testing in github
2 participants