We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b11e9 commit 3cf3d42Copy full SHA for 3cf3d42
1 file changed
genesis_core/tests/functional/utils.py
@@ -75,14 +75,6 @@ def apply_migrations(
75
return migrations
76
77
def apply_all_migrations(self) -> None:
78
-
79
- # SDK migrations
80
- self._sdk_migration = self.apply_migrations(
81
- migration_path=sdk_migrations.__path__[0],
82
- first_migration=sdk_conftest.FIRST_MIGRATION,
83
- )
84
85
- # Service migrations
86
self._migration = self.apply_migrations(
87
migration_path=os.path.join(
88
os.path.dirname(os.path.abspath(__file__)),
0 commit comments