super annoying you have to import all fixtures and dependencies manually

This commit is contained in:
sneakers-the-rat 2023-10-09 16:37:07 -07:00
parent edf7a4c445
commit 6f32a5bfd3
2 changed files with 1 additions and 2 deletions

View file

@ -55,7 +55,6 @@ pytest = "^7.4.0"
pytest-depends = "^1.0.1"
coverage = "^6.1.1"
pytest-md = "^0.2.0"
pytest-emoji = "^0.2.0"
pytest-cov = "^4.1.0"
coveralls = "^3.3.1"
pytest-profiling = "^1.7.0"

View file

@ -16,7 +16,7 @@ import numpy as np
from pydantic import BaseModel
from ..fixtures import tmp_output_dir, tmp_output_dir_mod, linkml_schema, TestSchemas
from ..fixtures import tmp_output_dir, tmp_output_dir_mod, linkml_schema, TestSchemas, linkml_schema_bare
from nwb_linkml.generators.pydantic import NWBPydanticGenerator, compile_python
from nwb_linkml.types.ndarray import NDArrayMeta