diff options
| author | Max Nanis | 2026-08-16 01:38:14 -0700 |
|---|---|---|
| committer | Max Nanis | 2026-08-16 01:38:14 -0700 |
| commit | 24bf43ca9643c1d13f4acd9f14435249b0839df1 (patch) | |
| tree | cb19022f44554a3b23085073503dd938a7fabe9e /tests/__init__.py | |
| parent | fd77cd429cc6205f9a8f2f4168298fe82d461383 (diff) | |
| download | generalresearch-24bf43ca9643c1d13f4acd9f14435249b0839df1.tar.gz generalresearch-24bf43ca9643c1d13f4acd9f14435249b0839df1.zip | |
Pandera supression attempt. Conftest assert for type validation (no none allowed). min_items to min_length
Diffstat (limited to 'tests/__init__.py')
| -rw-r--r-- | tests/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py index e69de29..0c8e77a 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -0,0 +1,3 @@ +import os + +os.environ["DISABLE_PANDERA_IMPORT_WARNING"] = "True" |
