mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2025-01-10 14:14:27 +00:00
super annoying you have to import all fixtures and dependencies manually
This commit is contained in:
parent
edf7a4c445
commit
6f32a5bfd3
2 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,6 @@ pytest = "^7.4.0"
|
||||||
pytest-depends = "^1.0.1"
|
pytest-depends = "^1.0.1"
|
||||||
coverage = "^6.1.1"
|
coverage = "^6.1.1"
|
||||||
pytest-md = "^0.2.0"
|
pytest-md = "^0.2.0"
|
||||||
pytest-emoji = "^0.2.0"
|
|
||||||
pytest-cov = "^4.1.0"
|
pytest-cov = "^4.1.0"
|
||||||
coveralls = "^3.3.1"
|
coveralls = "^3.3.1"
|
||||||
pytest-profiling = "^1.7.0"
|
pytest-profiling = "^1.7.0"
|
||||||
|
|
|
@ -16,7 +16,7 @@ import numpy as np
|
||||||
|
|
||||||
from pydantic import BaseModel
|
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.generators.pydantic import NWBPydanticGenerator, compile_python
|
||||||
from nwb_linkml.types.ndarray import NDArrayMeta
|
from nwb_linkml.types.ndarray import NDArrayMeta
|
||||||
|
|
Loading…
Reference in a new issue