Skip to content

Commit

Permalink
Tests: Skip MongoDB tests if bsonjs package is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 5, 2024
1 parent 32e74d1 commit 629a15d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/io/mongodb/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

pymongo = pytest.importorskip("pymongo", reason="Skipping tests because pymongo is not installed")
pytest.importorskip("rich", reason="Skipping tests because rich is not installed")
pytest.importorskip("bsonjs", reason="Skipping tests because bsonjs is not installed")

from cratedb_toolkit.io.mongodb.core import gather_collections
from cratedb_toolkit.testing.testcontainers.mongodb import MongoDbContainerWithKeepalive
Expand Down

0 comments on commit 629a15d

Please sign in to comment.