Fix slow aestransport and cli tests (#816)

This commit is contained in:
Steven B
2024-03-11 10:17:12 +00:00
committed by GitHub
parent 3495bd83df
commit 7507837734
5 changed files with 16 additions and 10 deletions

View File

@@ -148,4 +148,5 @@ def filter_fixtures(
print(f"# {desc}")
for value in filtered:
print(f"\t{value.name}")
filtered.sort()
return filtered