Skip to content

Commit

Permalink
Skip additional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Sep 7, 2023
1 parent d16e190 commit 03281b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion abipy/htc/base_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import inspect
import time
import zlib

#import numpy as np

from typing import Any, Type, TypeVar, Optional, Iterable
Expand Down
4 changes: 3 additions & 1 deletion abipy/htc/tests/test_base_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#from pprint import pprint
import os
import zlib
import mongomock
import pytest

from typing import List
from pydantic.main import ModelMetaclass
Expand All @@ -15,6 +15,8 @@
from abipy.htc.base_models import (AbipyModel, MongoConnector, MockedMongoConnector, QueryResults, GfsFileDesc,
TopLevelModel, mng_insert_models)

mongomock = pytest.importskip("mongomock")


class SubModel(AbipyModel):
abi_structure: abi_Structure
Expand Down

0 comments on commit 03281b6

Please sign in to comment.