diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-15 06:13:10 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-15 06:13:10 -0400 |
commit | 619e229c9777f0ee0851d8c5c94caaad7d89d434 (patch) | |
tree | 2013eec1df4def402792a3b932d904b714b7e493 /setuptools/tests/test_build_clib.py | |
parent | b0657c80db7891a9eca038199d5d4c2e2bafed03 (diff) | |
parent | e04c75ab906caadff4609ef34de8973c8e92eff8 (diff) | |
download | external_python_setuptools-619e229c9777f0ee0851d8c5c94caaad7d89d434.tar.gz external_python_setuptools-619e229c9777f0ee0851d8c5c94caaad7d89d434.tar.bz2 external_python_setuptools-619e229c9777f0ee0851d8c5c94caaad7d89d434.zip |
Merge branch 'master' into docs/setup.cfg-only
Diffstat (limited to 'setuptools/tests/test_build_clib.py')
-rw-r--r-- | setuptools/tests/test_build_clib.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/setuptools/tests/test_build_clib.py b/setuptools/tests/test_build_clib.py index 3779e679..48bea2b4 100644 --- a/setuptools/tests/test_build_clib.py +++ b/setuptools/tests/test_build_clib.py @@ -8,8 +8,7 @@ from setuptools.dist import Distribution class TestBuildCLib: @mock.patch( - 'setuptools.command.build_clib.newer_pairwise_group' - ) + 'setuptools.command.build_clib.newer_pairwise_group') def test_build_libraries(self, mock_newer): dist = Distribution() cmd = build_clib(dist) |