Skip to content

Commit 401a0de

Browse files
committed
defeat sonarcloud?
1 parent 62b7f68 commit 401a0de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/masonry/builders/test_complete.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def clear_samples_dist() -> None:
4848
or platform.python_implementation().lower() == "pypy",
4949
reason="Disable test on Windows for Python <=3.6 and for PyPy",
5050
)
51-
def test_wheel_c_extension() -> None:
51+
def test_wheel_c_extension() -> None: # NOSONAR
5252
module_path = fixtures_dir / "extended"
5353
builder = Builder(Factory().create_poetry(module_path))
5454
builder.build(fmt="all")
@@ -110,7 +110,7 @@ def test_wheel_c_extension() -> None:
110110
or platform.python_implementation().lower() == "pypy",
111111
reason="Disable test on Windows for Python <=3.6 and for PyPy",
112112
)
113-
def test_wheel_c_extension_with_no_setup() -> None:
113+
def test_wheel_c_extension_with_no_setup() -> None: # NOSONAR
114114
module_path = fixtures_dir / "extended_with_no_setup"
115115
builder = Builder(Factory().create_poetry(module_path))
116116
builder.build(fmt="all")
@@ -172,7 +172,7 @@ def test_wheel_c_extension_with_no_setup() -> None:
172172
or platform.python_implementation().lower() == "pypy",
173173
reason="Disable test on Windows for Python <=3.6 and for PyPy",
174174
)
175-
def test_wheel_c_extension_src_layout() -> None:
175+
def test_wheel_c_extension_src_layout() -> None: # NOSONAR
176176
module_path = fixtures_dir / "src_extended"
177177
builder = Builder(Factory().create_poetry(module_path))
178178
builder.build(fmt="all")

0 commit comments

Comments
 (0)