Skip to content

Commit e80d3b4

Browse files
committed
appease the Hound
1 parent a0f4162 commit e80d3b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/framework/options.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,16 +1242,13 @@ def test_from_pr_token_log(self):
12421242
fd, dummylogfn = tempfile.mkstemp(prefix='easybuild-dummy', suffix='.log')
12431243
os.close(fd)
12441244

1245-
tmpdir = tempfile.mkdtemp()
12461245
args = [
12471246
# PR for foss/2018b, see https://github.com/easybuilders/easybuild-easyconfigs/pull/6424/files
12481247
'--from-pr=6424',
12491248
'--dry-run',
12501249
'--debug',
1251-
#'--logtostdout',
12521250
# an argument must be specified to --robot, since easybuild-easyconfigs may not be installed
12531251
'--robot=%s' % os.path.join(os.path.dirname(__file__), 'easyconfigs'),
1254-
#'--unittest-file=%s' % self.logfile,
12551252
'--github-user=%s' % GITHUB_TEST_ACCOUNT, # a GitHub token should be available for this user
12561253
]
12571254
try:

0 commit comments

Comments
 (0)