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 6d79eed commit 12879c7Copy full SHA for 12879c7
pytest_splunk_addon/splunk.py
@@ -1019,3 +1019,5 @@ def pytest_unconfigure(config):
1019
os.remove(PYTEST_XDIST_TESTRUNUID + "_wait")
1020
if os.path.exists(PYTEST_XDIST_TESTRUNUID + "_events"):
1021
os.remove(PYTEST_XDIST_TESTRUNUID + "_events")
1022
+ if os.path.exists(PYTEST_XDIST_TESTRUNUID + "_events.lock"):
1023
+ os.remove(PYTEST_XDIST_TESTRUNUID + "_events.lock")
0 commit comments