Skip to content

Commit e4448ba

Browse files
committed
remove another module
1 parent 747e1d3 commit e4448ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/unit/base/test_models.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ def test_no_pydantic_validation_extra_fields(self):
99
if 'pysqa.base.models' in sys.modules:
1010
del sys.modules['pysqa.base.models']
1111

12+
if 'pysqa.base.config' in sys.modules:
13+
del sys.modules['pysqa.base.config']
14+
1215
from pysqa.base.config import QueueAdapterWithConfig
1316

1417
config = {

0 commit comments

Comments
 (0)