Skip to content

Commit 69b1e84

Browse files
Add init file in tests,upgrade folder to mitigate support methods import error
1 parent 5a1b4b7 commit 69b1e84

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

Diff for: tests/__init__.py

Whitespace-only changes.

Diff for: tests/unit_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
export_env,
7777
)
7878

79-
from unit_test_support import (
79+
from tests.unit_test_support import (
8080
createClusterWithConfig,
8181
createTestDDP,
8282
createDDPJob_no_cluster,

Diff for: tests/upgrade/__init__.py

Whitespace-only changes.

Diff for: tests/e2e/raycluster_sdk_upgrade_test.py renamed to tests/upgrade/raycluster_sdk_upgrade_test.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88

99
import pytest
1010

11-
from support import *
11+
from tests.e2e.support import *
1212
from codeflare_sdk.cluster.cluster import get_cluster
1313

1414
namespace = "test-ns-rayupgrade"
1515

1616

1717
# Creates a Ray cluster
18-
@pytest.mark.openshift
1918
class TestMNISTRayClusterUp:
2019
def setup_method(self):
2120
initialize_kubernetes_client(self)

0 commit comments

Comments
 (0)