Skip to content

Commit dc4313c

Browse files
committed
test: remove unused testpy code
The temporary directory for tests is managed in the JS `common` module. Remove unused variable from `testpy` that is legacy from when it was managed in the Python test harness. PR-URL: #12844 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Cai <[email protected]>
1 parent f6247a9 commit dc4313c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/testpy/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def __init__(self, path, file, arch, mode, context, config, additional=None):
4444
self.config = config
4545
self.arch = arch
4646
self.mode = mode
47-
self.tmpdir = join(dirname(self.config.root), 'tmp')
4847
if additional is not None:
4948
self.additional_flags = additional
5049
else:

0 commit comments

Comments
 (0)