Skip to content

Commit

Permalink
defeat sonarcloud?
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Feb 12, 2023
1 parent 62b7f68 commit 401a0de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/masonry/builders/test_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def clear_samples_dist() -> None:
or platform.python_implementation().lower() == "pypy",
reason="Disable test on Windows for Python <=3.6 and for PyPy",
)
def test_wheel_c_extension() -> None:
def test_wheel_c_extension() -> None: # NOSONAR
module_path = fixtures_dir / "extended"
builder = Builder(Factory().create_poetry(module_path))
builder.build(fmt="all")
Expand Down Expand Up @@ -110,7 +110,7 @@ def test_wheel_c_extension() -> None:
or platform.python_implementation().lower() == "pypy",
reason="Disable test on Windows for Python <=3.6 and for PyPy",
)
def test_wheel_c_extension_with_no_setup() -> None:
def test_wheel_c_extension_with_no_setup() -> None: # NOSONAR
module_path = fixtures_dir / "extended_with_no_setup"
builder = Builder(Factory().create_poetry(module_path))
builder.build(fmt="all")
Expand Down Expand Up @@ -172,7 +172,7 @@ def test_wheel_c_extension_with_no_setup() -> None:
or platform.python_implementation().lower() == "pypy",
reason="Disable test on Windows for Python <=3.6 and for PyPy",
)
def test_wheel_c_extension_src_layout() -> None:
def test_wheel_c_extension_src_layout() -> None: # NOSONAR
module_path = fixtures_dir / "src_extended"
builder = Builder(Factory().create_poetry(module_path))
builder.build(fmt="all")
Expand Down

0 comments on commit 401a0de

Please sign in to comment.