Skip to content

Commit

Permalink
remove unneeded imports & add branch to automated migration configura…
Browse files Browse the repository at this point in the history
…tion file
  • Loading branch information
artgoldberg committed Jun 22, 2019
1 parent e202a30 commit 23b50ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion migration_test_repo/__main__.py
Expand Up @@ -11,7 +11,6 @@
from obj_model import migrate
from obj_model.migrate import SchemaChanges
import obj_model
from obj_model.utils import set_git_repo_metadata_from_path
from migration_test_repo import core


Expand Down
Expand Up @@ -3,9 +3,11 @@
# description of the attributes:
# 'files_to_migrate' contains paths to files in the data repo to migrate
# 'schema_repo_url' contains the URL of the schema repo
# 'branch' contains the schema's branch
# 'schema_file' contains the relative path to the schema file in the schema repo
# 'migrator' contains the keyword for the type of migrator to use, a key in `MigrationSpec.MIGRATOR_CREATOR_MAP`
files_to_migrate: [../tests/fixtures/data_file_1.xlsx]
migrator: standard_migrator
schema_file: '../migration_test_repo/core.py'
schema_repo_url: 'https://github.com/KarrLab/migration_test_repo'
branch: 'master'
1 change: 0 additions & 1 deletion tests/test_core.py
Expand Up @@ -8,7 +8,6 @@

import unittest
from migration_test_repo import core
from obj_model.utils import set_git_repo_metadata_from_path


class TestCore(unittest.TestCase):
Expand Down

0 comments on commit 23b50ad

Please sign in to comment.