Skip to content

Commit 01e52a4

Browse files
Arm backend: Address review comments
Signed-off-by: Oscar Andersson <[email protected]> Change-Id: Ifb6b797575de9a4d360b6f4c740ebfa9836fe495
1 parent ad1af52 commit 01e52a4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

backends/arm/test/conftest.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
# This source code is licensed under the BSD-style license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
import logging
76
import os
87
import random
98
from typing import Any
109

1110
import pytest
1211

13-
logger = logging.getLogger(__name__)
14-
1512
"""
1613
This file contains the pytest hooks, fixtures etc. for the Arm test suite.
1714
"""
@@ -97,7 +94,7 @@ def set_random_seed():
9794
"ARM_TEST_SEED env variable must be integers or the string RANDOM"
9895
)
9996

100-
logger.info(f"ARM_TEST_SEED={seed}")
97+
print(f" ARM_TEST_SEED={seed} ", end=" ")
10198

10299

103100
# ==== End of Pytest fixtures =====

0 commit comments

Comments
 (0)