Skip to content

Commit 095e13e

Browse files
author
Vasileios Karakasis
committed
Remove unused import and update migration guide
1 parent b4ab4c5 commit 095e13e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/migration_2_to_3.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ Other deprecations
171171
The :attr:`prebuild_cmd` and :attr:`postbuild_cmd` test attributes are replaced by the :attr:`prebuild_cmds` and :attr:`postbuild_cmds` respectively.
172172
Similarly, the :attr:`pre_run` and :attr:`post_run` test attributes are replaced by the :attr:`prerun_cmds` and :attr:`postrun_cmds` respectively.
173173

174+
.. warning::
175+
.. versionchanged:: 3.4
176+
The :attr:`prebuild_cmd`, :attr:`postbuild_cmd`, :attr:`pre_run` and :attr:`post_run` attributes have been removed.
174177

175178

176179
Suppressing deprecation warnings

reframe/core/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import reframe.utility.udeps as udeps
3333
from reframe.core.backends import (getlauncher, getscheduler)
3434
from reframe.core.buildsystems import BuildSystemField
35-
from reframe.core.containers import ContainerPlatform, ContainerPlatformField
35+
from reframe.core.containers import ContainerPlatformField
3636
from reframe.core.deferrable import _DeferredExpression
3737
from reframe.core.exceptions import (BuildError, DependencyError,
3838
PipelineError, SanityError,

0 commit comments

Comments
 (0)