Skip to content

Commit abbf40e

Browse files
committed
remove non-temporary file created by a unit test
1 parent c070362 commit abbf40e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_client/tests/test_connect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def test_find_connection_file_abspath():
176176
with open(cf, 'w') as f:
177177
f.write('{}')
178178
assert connect.find_connection_file(abs_cf, path=jupyter_runtime_dir()) == abs_cf
179+
os.remove(abs_cf)
179180

180181

181182
def test_mixin_record_random_ports():

0 commit comments

Comments
 (0)