Skip to content

Commit

Permalink
from mock to from unittest.mock
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-zdanevich committed May 19, 2024
1 parent 4071b8a commit d2127e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ lxml
# Testing requirements
pytest
pytest-runner
mock
2 changes: 1 addition & 1 deletion tests/test_gnsync.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
from mock import patch, ANY, Mock
from unittest.mock import patch, ANY, Mock
import os
import unittest
import shutil
Expand Down

0 comments on commit d2127e5

Please sign in to comment.