Skip to content

Commit

Permalink
Avoid deprecation warning in pytest (#88)
Browse files Browse the repository at this point in the history
It seems that they don't like this anymore. It doesn't seem used.
  • Loading branch information
hmaarrfk authored Jul 7, 2024
1 parent 92a83a2 commit fd3bb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import pylinalg as la


def pytest_report_header(config, start_path, startdir):
def pytest_report_header(config):
# report the CPU model to allow detecting platform-specific problems
if platform.system() == "Windows":
name = (
Expand Down

0 comments on commit fd3bb73

Please sign in to comment.