Skip to content

Commit

Permalink
Remove unneeded debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-costas committed Jul 27, 2023
1 parent d315c3b commit 4e2e2e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/linters/test_library_linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import shutil
import sys
from pathlib import Path
from unittest.mock import Mock

Expand Down Expand Up @@ -58,7 +57,6 @@ def test_library_linter_missing_library(mocker, new_dir):
snap_yaml.write(project, prime_dir=Path(new_dir), arch="amd64")

issues = linters.run_linters(new_dir, lint=None)
print(issues, file=sys.stderr)
assert issues == [
LinterIssue(
name="library",
Expand Down

0 comments on commit 4e2e2e4

Please sign in to comment.