Skip to content

Commit

Permalink
Drop mock library (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Jul 28, 2021
1 parent 04ba218 commit c94bff4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azdev/operations/help/refdoc/common/directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import copy
import argparse
from os.path import expanduser
from mock import patch
from unittest.mock import patch

from docutils import nodes
from docutils.statemachine import ViewList
Expand Down
2 changes: 1 addition & 1 deletion azdev/operations/linter/rules/help_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import shlex

import re
import mock
from unittest import mock

from knack.log import get_logger

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
'gitpython',
'jinja2',
'knack',
'mock',
'pylint==2.8.2',
'pytest-xdist', # depends on pytest-forked
'pytest>=5.0.0',
Expand Down

0 comments on commit c94bff4

Please sign in to comment.