testing testing
This commit is contained in:
@@ -18,9 +18,9 @@ import pytest
|
||||
from pandas.core.common import SettingWithCopyWarning
|
||||
|
||||
import warnings
|
||||
#warnings.filterwarnings("error",
|
||||
# category=FutureWarning
|
||||
# )
|
||||
warnings.filterwarnings("error",
|
||||
category=RuntimeWarning
|
||||
)
|
||||
|
||||
pytestmark = pytest.mark.django_db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user