Private
Public Access
1
0

NK LiNK Logbook icon

This commit is contained in:
Sander Roosendaal
2021-04-27 17:18:04 +02:00
parent 6f55a975c1
commit b2a8e15dcb
5 changed files with 8 additions and 6 deletions

View File

@@ -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