Skip to content

Commit

Permalink
add pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
BoPeng committed Feb 9, 2024
1 parent 2f23edb commit e938285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
from sos import execute_workflow
from sos.targets import file_target

pytest.skip(allow_module_level=True)

has_docker = True
try:
subprocess.check_output("docker ps | grep test_sos", shell=True).decode()
Expand Down

0 comments on commit e938285

Please sign in to comment.