We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8a94c commit 26ff94eCopy full SHA for 26ff94e
1 file changed
setuptools/tests/test_easy_install.py
@@ -846,9 +846,11 @@ def test_setup_requires_with_find_links_in_setup_cfg(
846
847
def test_setup_requires_with_transitive_extra_dependency(
848
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).
+ '''
+ Use case: installing a package with a build dependency on
+ an already installed `dep[extra]`, which in turn depends
852
+ on `extra_dep` (whose is not already installed).
853
854
with contexts.save_pkg_resources_state():
855
with contexts.tempdir() as temp_dir:
856
# Create source distribution for `extra_dep`.
0 commit comments