We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python/matrix/tests/test_matrix_operation.py mentions @pytest.mark.mat_ops numerous times which is generating a lot of warnings every time Travis CI does a build. @StephenGemin, @WilliamHYZhang can you please investigate how to fix the code to suppress these warnings?
Python/matrix/tests/test_matrix_operation.py
The text was updated successfully, but these errors were encountered:
Most likely it is due @pytest.mark.mat_ops being an invalid marker, can we remove @cclauss?
@pytest.mark.mat_ops
Sorry, something went wrong.
Please give that a try.
Add pytest init file to define custom mark mat_ops (#2120)
9438c6b
Fixes #1917.
Add pytest init file to define custom mark mat_ops (TheAlgorithms#2120)
0280d37
Fixes TheAlgorithms#1917.
Successfully merging a pull request may close this issue.
Python/matrix/tests/test_matrix_operation.py
mentions @pytest.mark.mat_ops numerous times which is generating a lot of warnings every time Travis CI does a build. @StephenGemin, @WilliamHYZhang can you please investigate how to fix the code to suppress these warnings?The text was updated successfully, but these errors were encountered: