Skip to content

Commit

Permalink
require cartridge
Browse files Browse the repository at this point in the history
  • Loading branch information
skearnes committed Jul 28, 2024
1 parent a521feb commit ab75630
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ord_schema/orm/scripts/add_datasets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
import os

import docopt
import pytest

from ord_schema.orm.database import prepare_database
from ord_schema.orm.scripts import add_datasets


def test_main(test_engine):
if not prepare_database(test_engine):
pytest.skip("RDKit cartridge is required")
assert prepare_database(test_engine)
argv = [
"--dsn",
test_engine.url,
Expand Down

0 comments on commit ab75630

Please sign in to comment.