Skip to content

Commit 15a2a8e

Browse files
committed
Drop use of third party mock
The third party mock library was needed for mocking support across py2 and py3. Now that we have dropped py2 support, we can use the standard library unittest.mock instead. Change-Id: I8b0db843743ba234f35f54e29ca820c909102059 Signed-off-by: Sean McGinnis <[email protected]>
1 parent fd1ae55 commit 15a2a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudkittydashboard/tests/test_predictive_pricing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# under the License.
1414
import json
1515
import os
16+
from unittest import mock
1617

1718
from django import http
18-
import mock
1919

2020
from cloudkittydashboard.tests import base
2121

0 commit comments

Comments
 (0)