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 51e3c2e commit c8cdf8fCopy full SHA for c8cdf8f
tests/integration/test_manylinux.py
@@ -617,7 +617,7 @@ def test_rpath(
617
618
python.install_wheel(repaired_wheel)
619
output = python.run("from testrpath import testrpath; print(testrpath.func())")
620
- assert output.strip() == "11"
+ assert output.strip() == "33"
621
with zipfile.ZipFile(anylinux.io_folder / repaired_wheel) as w:
622
libraries = tuple(
623
name for name in w.namelist() if "testrpath.libs/lib" in name
0 commit comments