Commit f2ad62e0 authored by Benoit Pierre's avatar Benoit Pierre

tests: fix easy_install test assertion

parent 403bfce4
......@@ -406,7 +406,7 @@ class TestSetupRequires:
lines = stdout.readlines()
assert len(lines) > 0
assert lines[-1].strip(), 'test_pkg'
assert lines[-1].strip() == 'test_pkg'
def test_setup_requires_override_nspkg(self):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment