Skip to content

Commit

Permalink
Remove debugpy usage
Browse files Browse the repository at this point in the history
  • Loading branch information
m-czernek committed Jul 17, 2024
1 parent 371276f commit ee06a5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/pytests/unit/states/test_pkgrepo.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
"""
:codeauthor: Tyler Johnson <[email protected]>
"""
import debugpy
debugpy.listen(("0.0.0.0", 5678))
debugpy.wait_for_client()
import pytest

import salt.states.pkgrepo as pkgrepo
Expand Down

0 comments on commit ee06a5a

Please sign in to comment.