Skip to content

Commit

Permalink
Merge pull request #18020 from mvdbeek/fix_framework_tests
Browse files Browse the repository at this point in the history
Make celery fixture available in framework tests
  • Loading branch information
mvdbeek authored Apr 18, 2024
2 parents 235f84f + 79be849 commit 7cf12f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import pytest

from galaxy_test.conftest import pytest_plugins # noqa: F401
from galaxy_test.driver.driver_util import GalaxyTestDriver
from .test_toolbox_pytest import TestFrameworkTools

Expand Down

0 comments on commit 7cf12f1

Please sign in to comment.