Skip to content

Commit f8a3a6d

Browse files
authored
scope --profile=dev to just cryptography (#13328)
1 parent 1c526b4 commit f8a3a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def tests(session: nox.Session) -> None:
7373
if session.name == "tests-rust-debug":
7474
install(
7575
session,
76-
"--config-settings=build-args=--profile=dev",
76+
"--config-settings-package=cryptography:build-args=--profile=dev",
7777
f".[{extras}]",
7878
)
7979
else:

0 commit comments

Comments
 (0)