Skip to content

Commit

Permalink
changed mock to unittest.mock
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamsanju committed Jun 27, 2022
1 parent f39e07c commit e20914b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions feathr_project/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ google>=3.0.0
google-api-python-client>=2.41.0
azure-keyvault-secrets
confluent-kafka
azure-core<=1.22.1
mock
azure-core<=1.22.1
1 change: 0 additions & 1 deletion feathr_project/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
],
tests_require=[
'pytest',
'mock'
],
entry_points={
'console_scripts': ['feathr=feathrcli.cli:cli']
Expand Down
2 changes: 1 addition & 1 deletion feathr_project/test/test_client_callback.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import asyncio
import mock
import unittest.mock as mock
import time
from subprocess import call
from datetime import datetime, timedelta
Expand Down

0 comments on commit e20914b

Please sign in to comment.