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_setuptools.py | |
| parent | 313ac58f51c6ef92170647c4cc8626043f68a26b (diff) | |
| download | python-setuptools-git-5ce9e5f343ca14f9875106f37f16ad498b294183.tar.gz | |
👹 Feed the hobgoblins (delint).
Diffstat (limited to 'setuptools/tests/test_setuptools.py')
| -rw-r--r-- | setuptools/tests/test_setuptools.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/setuptools/tests/test_setuptools.py b/setuptools/tests/test_setuptools.py index 5896a69a..0da19b0e 100644 --- a/setuptools/tests/test_setuptools.py +++ b/setuptools/tests/test_setuptools.py @@ -223,10 +223,10 @@ class TestFeatures: py_modules=['bar_et'], remove=['bar.ext'], ), 'baz': Feature( - "baz", optional=False, packages=['pkg.baz'], - scripts=['scripts/baz_it'], - libraries=[('libfoo', 'foo/foofoo.c')] - ), + "baz", optional=False, packages=['pkg.baz'], + scripts=['scripts/baz_it'], + libraries=[('libfoo', 'foo/foofoo.c')] + ), 'dwim': Feature("DWIM", available=False, remove='bazish'), }, script_args=['--without-bar', 'install'], |
