Skip to content

Commit

Permalink
Remove pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Feb 17, 2023
1 parent a7c8338 commit 28d024d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cairis/bin/quick_setup_headless.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ def main(args=None):
if __name__ == '__main__':
try:
from cairis.core.ARM import ARMException
import pytest
pytest.set_trace()
main()
except ARMException as e:
print('Fatal setup error: ' + str(e))
Expand Down

0 comments on commit 28d024d

Please sign in to comment.