Skip to content

Commit

Permalink
smoke_test: ignore pylint in debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
rlxdev committed Nov 15, 2024
1 parent ea86297 commit f42acbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scubagoggles/Testing/Functional/SmokeTests/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ def test_scubagoggles_output(subjectemail):
"""
try:
command: str = f"scubagoggles gws --subjectemail {subjectemail} --quiet"

# pylint: disable-next=subprocess-run-check
cp = subprocess.run(command,
shell=True,
capture_output = True,
Expand Down

0 comments on commit f42acbd

Please sign in to comment.