Skip to content

Commit 8433e04

Browse files
committed
Remove dead commented out assert
1 parent aaa73f3 commit 8433e04

File tree

1 file changed

+0
-1
lines changed
  • graalpython/com.oracle.graal.python.test/src/tests

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_venv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,3 @@ def test_create_and_use_venv_with_pip(self):
110110
run_output = err.output.decode(errors="replace")
111111
assert run, run_output
112112
assert "pip" in run, run
113-
# assert "setuptools" in run, run

0 commit comments

Comments
 (0)