From 1e39c213ceeee8fd8c284cbacbe177658a93910c Mon Sep 17 00:00:00 2001 From: Daven Quinn Date: Sat, 28 Dec 2024 02:22:31 -0500 Subject: [PATCH] Updated test fixtures --- cli/tests/test_cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/tests/test_cli.py b/cli/tests/test_cli.py index d303cdd8..ae4b6a39 100644 --- a/cli/tests/test_cli.py +++ b/cli/tests/test_cli.py @@ -43,8 +43,9 @@ def test_cli_no_config(): # assert "Active environment: None" in result.output -@mark("migrations") +@mark.docker def test_database_migrations(cfg): + """Test that database migrations can be run.""" from macrostrat.core.migrations import _dry_run_migrations res = _dry_run_migrations(legacy=False)