Skip to content

Commit

Permalink
Make import global :(
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Dec 7, 2020
1 parent e8ceb8d commit 7cccf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/data/test_galaxy_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import pytest
from sqlalchemy import inspect
from sqlalchemy_utils import create_database

import galaxy.datatypes.registry
import galaxy.model
Expand Down Expand Up @@ -773,7 +774,6 @@ def _db_uri(cls):
base = os.environ.get("GALAXY_TEST_UNIT_MAPPING_URI_POSTGRES_BASE")
dbname = "gxtest" + str(uuid.uuid4())
postgres_url = base + dbname
from sqlalchemy_utils import create_database
create_database(postgres_url)
return postgres_url

Expand Down

0 comments on commit 7cccf3a

Please sign in to comment.