Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 19, 2024
1 parent de04504 commit d23cdf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ def tests(session: nox.Session) -> None:
)

if session.name != "tests-nocoverage":
print(glob.glob(
f"{session.virtualenv.location}/**/cryptography/hazmat/bindings/_rust.*",
recursive=True,
))
[rust_so] = glob.glob(
f"{session.virtualenv.location}/**/cryptography/hazmat/bindings/_rust.*",
recursive=True,
Expand Down

0 comments on commit d23cdf6

Please sign in to comment.