Skip to content

Commit

Permalink
LIU-420: Restrict client tests to full installation
Browse files Browse the repository at this point in the history
  • Loading branch information
myxie committed Nov 15, 2024
1 parent ddb0d7b commit 9998d50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions daliuge-engine/test/deploy/test_slurm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
#

import unittest
import pytest
from pathlib import Path
# Note this test will only run with a full installation of DALiuGE.
pexpect = pytest.importorskip("dlg.dropmake.pg_generator")

try:
from importlib.resources import files
Expand All @@ -30,6 +33,7 @@
import dlg.deploy.configs as configs
import daliuge_tests.engine.graphs as test_graphs


from dlg.deploy.slurm_client import SlurmClient
import json

Expand Down

0 comments on commit 9998d50

Please sign in to comment.