diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 13:25:45 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 13:25:45 -0500 |
| commit | 5ce9e5f343ca14f9875106f37f16ad498b294183 (patch) | |
| tree | c7d0ed37234ba1d6d4e253bdbf866c63793edfc0 /setuptools/tests/test_build_clib.py | |
| parent | 313ac58f51c6ef92170647c4cc8626043f68a26b (diff) | |
| download | external_python_setuptools-5ce9e5f343ca14f9875106f37f16ad498b294183.tar.gz external_python_setuptools-5ce9e5f343ca14f9875106f37f16ad498b294183.tar.bz2 external_python_setuptools-5ce9e5f343ca14f9875106f37f16ad498b294183.zip | |
👹 Feed the hobgoblins (delint).
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) |
