Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def test_common_images_have_systemd(create_server, image):
)


def pytest_report_header(config, startdir):
def pytest_report_header(config, start_path):
""" Announces test parameters in the session header. """

# Announce the API parameters
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ isodate
observable
paramiko
psutil
pytest
pytest>=7.0.0
pytest-repeat
pytest-testinfra
pytest-xdist
Expand Down