We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751bdbf commit 29fa554Copy full SHA for 29fa554
.github/workflows/scripts/pytest-args-wrapper.py
@@ -10,10 +10,6 @@
10
sys.exit(1)
11
12
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
-
17
with open(testnodeids_file) as f:
18
nodeids = [line.strip() for line in f.readlines() if line.strip()]
19
0 commit comments