Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
bf20d881
Commit
bf20d881
authored
Jul 14, 2017
by
Benoit Pierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: switch back to mock instead of backports.unittest_mock
parent
1eec0203
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
6 deletions
+5
-6
pkg_resources/tests/test_markers.py
pkg_resources/tests/test_markers.py
+1
-1
setuptools/tests/test_build_clib.py
setuptools/tests/test_build_clib.py
+1
-1
setuptools/tests/test_easy_install.py
setuptools/tests/test_easy_install.py
+1
-1
setuptools/tests/test_msvc.py
setuptools/tests/test_msvc.py
+1
-1
tests/requirements.txt
tests/requirements.txt
+1
-2
No files found.
pkg_resources/tests/test_markers.py
View file @
bf20d881
from
unittest
import
mock
import
mock
from
pkg_resources
import
evaluate_marker
...
...
setuptools/tests/test_build_clib.py
View file @
bf20d881
...
...
@@ -2,7 +2,7 @@ import pytest
import
os
import
shutil
from
unittest
import
mock
import
mock
from
distutils.errors
import
DistutilsSetupError
from
setuptools.command.build_clib
import
build_clib
from
setuptools.dist
import
Distribution
...
...
setuptools/tests/test_easy_install.py
View file @
bf20d881
...
...
@@ -14,7 +14,7 @@ import itertools
import
distutils.errors
import
io
import
zipfile
from
unittest
import
mock
import
mock
import
time
from
setuptools.extern.six.moves
import
urllib
...
...
setuptools/tests/test_msvc.py
View file @
bf20d881
...
...
@@ -5,7 +5,7 @@ Tests for msvc support module.
import
os
import
contextlib
import
distutils.errors
from
unittest
import
mock
import
mock
import
pytest
...
...
tests/requirements.txt
View file @
bf20d881
mock
pytest-flake8
pytest>=3.0.2
# pinned to 1.2 as temporary workaround for #1038
backports.unittest_mock>=1.2,<1.3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment