Skip to content

Commit cc67741

Browse files
committed
Revert easyblock-from-pr test to use non-5.0.x branch
1 parent 89a8394 commit cc67741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/framework/github.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,9 @@ def test_github_fetch_easyblocks_from_pr(self):
413413
all_ebs_pr3674 = ['llvm.py']
414414

415415
# PR with more than one easyblock
416-
all_ebs_pr3596 = ['wps.py', 'wrf.py']
416+
all_ebs_pr1949 = ['configuremake.py', 'rpackage.py']
417417

418-
for pr, all_ebs in [(1964, all_ebs_pr1964), (3674, all_ebs_pr3674), (3596, all_ebs_pr3596)]:
418+
for pr, all_ebs in [(1964, all_ebs_pr1964), (3674, all_ebs_pr3674), (1949, all_ebs_pr1949)]:
419419
try:
420420
tmpdir = os.path.join(self.test_prefix, 'pr%s' % pr)
421421
with self.mocked_stdout_stderr():

0 commit comments

Comments
 (0)