Skip to content

Commit

Permalink
Update expected chaquopy-libcxx version number in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Oct 23, 2024
1 parent 93cca63 commit 292fb21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ def test_download_wheel(self):
["__init__.pxd", "__init__.py", "about.py", "mrmr.pxd", "mrmr.pyx",
"include/murmurhash/MurmurHash2.h", "include/murmurhash/MurmurHash3.h",
"tests/__init__.py", "tests/test_import.py"]] +
["chaquopy_libcxx-11000.dist-info/" + name for name in
["chaquopy_libcxx-180000.dist-info/" + name for name in
["INSTALLER", "LICENSE.TXT", "METADATA"]] +
["murmurhash-0.28.0.dist-info/" + name for name in
["INSTALLER", "LICENSE", "METADATA", "top_level.txt"]])
Expand Down

0 comments on commit 292fb21

Please sign in to comment.