Skip to content

Commit

Permalink
Fix create_kafka_topics: do not use nose.tools
Browse files Browse the repository at this point in the history
...when settings.UNIT_TESTING is True
  • Loading branch information
millerdev committed Sep 9, 2024
1 parent 2dc55b6 commit 6fbf153
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions corehq/tests/util/warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
from functools import wraps
from unittest import TestCase

from nose.tools import nottest

from corehq.tests.tools import nottest
from corehq.util.test_utils import unit_testing_only


Expand Down

0 comments on commit 6fbf153

Please sign in to comment.