Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj committed May 5, 2024
1 parent 7822835 commit d905f02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/framework/easyblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -2656,7 +2656,6 @@ def test_checksum_step(self):
self.mock_stderr(False)
self.mock_stdout(False)
self.assertEqual(stdout, '')
print(stderr.strip())
self.assertEqual(stderr.strip(), "WARNING: Ignoring failing checksum verification for bar-0.0.tar.gz\n\n\n"
"WARNING: Ignoring failing checksum verification for toy-0.0.tar.gz")

Expand Down

0 comments on commit d905f02

Please sign in to comment.