-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
pyproject.toml
Outdated
@@ -53,8 +53,8 @@ release = [ | |||
|
|||
test = [ | |||
"pytest", | |||
"pytest-black", | |||
"pytest-cases", | |||
#"pytest-black", |
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.
You commented them out, but we don't want commented lines in the pyproject.toml
file. Just remove them.
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.
ok I will. I commented them to remember to add them once the plugins are compatible with PyTest.
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.
We should use issues as reminder.
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.
changes are done.
586df3a
to
d3b3619
Compare
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.