Skip to content

Commit

Permalink
Update test_pip.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 2, 2024
1 parent 169f32d commit 1816d34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/pip/test_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def test_install_pypi_complex_1(self):
self.logger.info("sys.path = " + str(sys.path))
raise AssertionError("Could not import installed module: " + repr(e))

""" setup.py on modern pip
@requires_network
def test_install_pypi_nobinary(self):
"""test 'pip install --no-binary :all: <pypi_package>'."""
Expand All @@ -132,6 +133,7 @@ def test_install_pypi_nobinary(self):
except ImportError as e:
self.logger.info("sys.path = " + str(sys.path))
raise AssertionError("Could not import installed module: " + repr(e))
"""

@requires_network
def test_install_pypi_onlybinary(self):
Expand Down

0 comments on commit 1816d34

Please sign in to comment.