Skip to content

Commit

Permalink
fix: running test_manylinux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Sep 15, 2021
1 parent 5b8deb1 commit b4de8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
def find_src_folder():
candidate = op.abspath(op.join(op.dirname(__file__), "../.."))
contents = os.listdir(candidate)
if "setup.py" in contents and "auditwheel" in contents:
if "setup.py" in contents and "src" in contents:
return candidate


Expand Down

0 comments on commit b4de8f4

Please sign in to comment.