Skip to content

Commit

Permalink
Merge pull request #748 from teojgo/test/boost_python_update
Browse files Browse the repository at this point in the history
[test] Update boost python test to use the latest module
  • Loading branch information
vkarak committed Apr 11, 2019
2 parents b1d84ca + 713e259 commit db1cf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cscs-checks/libraries/boost/boost_python_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import reframe.utility.sanity as sn


@rfm.parameterized_test(['1.67.0', '18.08', '2.7'], ['1.67.0', '18.08', '3.6'])
@rfm.parameterized_test(['1.67.0', '19.03', '2.7'], ['1.67.0', '19.03', '3.6'])
class BoostCrayGnuPythonTest(rfm.RegressionTest):
def __init__(self, boost_version, cray_gnu_version, python_version):
super().__init__()
Expand Down

0 comments on commit db1cf43

Please sign in to comment.