File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757from easybuild .tools .module_generator import ModuleGeneratorTcl
5858from easybuild .tools .modules import Lmod
5959from easybuild .tools .py2vs3 import reload , string_type
60- from easybuild .tools .output import show_progress_bars
6160from easybuild .tools .run import run_cmd
6261from easybuild .tools .systemtools import get_shared_lib_ext
6362from easybuild .tools .version import VERSION as EASYBUILD_VERSION
@@ -3524,19 +3523,6 @@ def test_toy_ignore_test_failure(self):
35243523 self .assertTrue ("Build succeeded (with --ignore-test-failure) for 1 out of 1" in stdout )
35253524 self .assertFalse (stderr )
35263525
3527- def test_toy_build_with_progress_bars (self ):
3528- """Test installation with showing of progress bars enabled."""
3529-
3530- # don't disable showing of progress bars, to ensure we catch any problems
3531- # that are only triggered when progress bars are being shown...
3532- del os .environ ['EASYBUILD_DISABLE_SHOW_PROGRESS_BAR' ]
3533-
3534- stdout , _ = self .run_test_toy_build_with_output ()
3535-
3536- if show_progress_bars ():
3537- regex = re .compile (r"^toy/0.0 done! \(17 out of 17 steps done\) ━+ [0-9:]+" , re .M )
3538- self .assertTrue (regex .search (stdout ), "Pattern '%s' should be found in: %s" % (regex .pattern , stdout ))
3539-
35403526
35413527def suite ():
35423528 """ return all the tests in this file """
You can’t perform that action at this time.
0 commit comments