Skip to content

Commit d377da0

Browse files
author
Vasileios Karakasis
committed
Remove unused imports
1 parent cd39f22 commit d377da0

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

unittests/test_buildsystems.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
#
44
# SPDX-License-Identifier: BSD-3-Clause
55

6-
import abc
7-
import functools
86
import pytest
97

108
import reframe.core.buildsystems as bs

unittests/test_cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
import io
88
import itertools
99
import os
10-
import pathlib
1110
import pytest
1211
import re
1312
import sys
1413

15-
import reframe.core.config as config
1614
import reframe.core.environments as env
1715
import reframe.core.logging as logging
1816
import reframe.core.runtime as rt

unittests/test_pipeline.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# SPDX-License-Identifier: BSD-3-Clause
55

66
import os
7-
import pathlib
87
import pytest
98
import re
109

@@ -14,8 +13,7 @@
1413
import reframe.utility.sanity as sn
1514
import unittests.fixtures as fixtures
1615
from reframe.core.exceptions import (BuildError, PipelineError, ReframeError,
17-
ReframeSyntaxError, PerformanceError,
18-
SanityError)
16+
PerformanceError, SanityError)
1917
from reframe.frontend.loader import RegressionCheckLoader
2018
from unittests.resources.checks.hellocheck import HelloTest
2119
from unittests.resources.checks.pinnedcheck import PinnedTest
@@ -812,7 +810,6 @@ def __init__(self, a, b):
812810

813811

814812
def test_registration_of_tests():
815-
import sys
816813
import unittests.resources.checks_unlisted.good as mod
817814

818815
checks = mod._rfm_gettests()

0 commit comments

Comments
 (0)