Skip to content

Commit 241092c

Browse files
dpark01claude
andcommitted
Fix NameError: inline SKIP_X86_ONLY_REASON for TestGap2Seq
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2726315 commit 241092c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/assemble/test_assembly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def test_empty_output_succeed(self):
422422
allow_incomplete_output=True)
423423
self.assertEqualContents(outFasta, emptyFasta)
424424

425-
@unittest.skipIf(IS_ARM, SKIP_X86_ONLY_REASON)
425+
@unittest.skipIf(IS_ARM, "gap2seq requires x86-only bioconda package (not available on ARM)")
426426
class TestGap2Seq(TestCaseWithTmp):
427427
'''Test gap-filling tool Gap2Seq'''
428428

0 commit comments

Comments
 (0)