Skip to content

Commit

Permalink
chore: refactor test_manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Feb 9, 2025
1 parent f5f83dd commit 77069e3
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 563 deletions.
2 changes: 1 addition & 1 deletion tests/integration/internal_rpath/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package_name = "internal_rpath"
setup(
name=package_name,
version="1.0",
version="0.0.1",
description="Auditwheel multiple top-level extensions example",
package_data={package_name: ["liba.so"]},
packages=find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/multiple_top_level/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="multiple_top_level",
version="1.0",
version="0.0.1",
description="Auditwheel multiple top-level extensions example",
packages=find_packages(where="src"),
ext_modules=[
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/nonpy_rpath/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def link_args(soname=None):

setup(
name="nonpy_rpath",
version="0.1.0",
version="0.0.1",
packages=find_packages(),
description="Test package for nonpy_rpath",
ext_modules=[crypt_example, nonpy_rpath_module],
Expand Down
Loading

0 comments on commit 77069e3

Please sign in to comment.