Skip to content

Commit

Permalink
Removed the dupe of the same test
Browse files Browse the repository at this point in the history
  • Loading branch information
KOLANICH authored Feb 23, 2021
1 parent fcada1f commit 87de0fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/functional/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,14 +1077,6 @@ def test_install_editable_with_prefix_setup_cfg(script):
)


def test_install_editable_with_prefix(script):
setup_py = """
from setuptools import setup
setup(name='pkga', version='0.1')
"""
_test_install_editable_with_prefix(script, {"setup.py": setup_py})


def test_install_package_conflict_prefix_and_user(script, data):
"""
Test installing a package using pip install --prefix --user errors out
Expand Down

0 comments on commit 87de0fe

Please sign in to comment.