Skip to content

Commit 29fa554

Browse files
committed
fix
1 parent 751bdbf commit 29fa554

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/scripts/pytest-args-wrapper.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
sys.exit(1)
1111

1212
testnodeids_file = sys.argv[1]
13-
if not testnodeids_file.exists():
14-
print(f"test-node-ids file not found: {testnodeids_file}")
15-
sys.exit(1)
16-
1713
with open(testnodeids_file) as f:
1814
nodeids = [line.strip() for line in f.readlines() if line.strip()]
1915

0 commit comments

Comments
 (0)