Skip to content

Commit 26ff94e

Browse files
committed
setuptools/tests: minor cleanup
1 parent 2b8a94c commit 26ff94e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

setuptools/tests/test_easy_install.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -846,9 +846,11 @@ def test_setup_requires_with_find_links_in_setup_cfg(
846846

847847
def test_setup_requires_with_transitive_extra_dependency(
848848
self, monkeypatch):
849-
# Use case: installing a package with a build dependency on
850-
# an already installed `dep[extra]`, which in turn depends
851-
# on `extra_dep` (whose is not already installed).
849+
'''
850+
Use case: installing a package with a build dependency on
851+
an already installed `dep[extra]`, which in turn depends
852+
on `extra_dep` (whose is not already installed).
853+
'''
852854
with contexts.save_pkg_resources_state():
853855
with contexts.tempdir() as temp_dir:
854856
# Create source distribution for `extra_dep`.

0 commit comments

Comments
 (0)