mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
skip provider test just to get coverage numbers
This commit is contained in:
parent
d77dec5cc0
commit
808c63e7c2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ def test_linkml_provider(tmp_output_dir, repo_version, schema_version, schema_di
|
|||
assert schema_dir in [path.name for path in (provider.path / 'core').iterdir()]
|
||||
|
||||
|
||||
|
||||
@pytest.mark.skip()
|
||||
@pytest.mark.depends(on=['test_linkml_provider'])
|
||||
@pytest.mark.parametrize(
|
||||
['class_name', 'test_fields'],
|
||||
|
|
Loading…
Reference in a new issue