NK LiNK Logbook icon
This commit is contained in:
@@ -15,10 +15,12 @@ except NameError:
|
||||
|
||||
import pytest
|
||||
|
||||
from pandas.core.common import SettingWithCopyWarning
|
||||
|
||||
import warnings
|
||||
#warnings.filterwarnings("error",
|
||||
# category=DeprecationWarning
|
||||
# )
|
||||
warnings.filterwarnings("error",
|
||||
category=SettingWithCopyWarning
|
||||
)
|
||||
|
||||
pytestmark = pytest.mark.django_db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user