Skip to content

Commit

Permalink
Merge pull request #59 from tacaswell/tst/py312_bandaid
Browse files Browse the repository at this point in the history
TST: bury intake import
  • Loading branch information
mrakitin authored Nov 18, 2024
2 parents c85d98d + dc25897 commit e286394
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bluesky_kafka/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from contextlib import contextmanager

import intake
import numpy as np
import pytest
import yaml
Expand Down Expand Up @@ -536,6 +535,8 @@ def numpy_md(request):

@pytest.fixture(scope="function")
def data_broker(request, mongo_uri):
intake = pytest.importorskip('intake')

TMP_DIR = tempfile.mkdtemp()
YAML_FILENAME = "intake_test_catalog.yml"

Expand Down

0 comments on commit e286394

Please sign in to comment.