Skip to content

Commit

Permalink
Fix noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Sep 21, 2023
1 parent ddceb26 commit f99ac2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/python/sdk_wireless_camera_control/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def tests(session) -> None:
"pytest",
"pytest-cov",
"pytest-asyncio",
"pytest-timeout"
"pytest-timeout",
"pytest-mock",
"pytest-html",
"coverage[toml]",
Expand Down

0 comments on commit f99ac2b

Please sign in to comment.