Do not print out all the fixture names at the start of test runs (#1287)

This commit is contained in:
Steven B. 2024-11-20 14:42:56 +00:00 committed by GitHub
parent 955e7ab4d0
commit a4258cc75b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -207,10 +207,6 @@ def filter_fixtures(
filtered.append(fixture_data)
if desc:
print(f"# {desc}")
for value in filtered:
print(f"\t{value.name}")
filtered.sort()
return filtered