We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a240b commit a678eccCopy full SHA for a678ecc
tests/integration_tests/build/test_dependencies.py
@@ -0,0 +1,12 @@
1
+# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+# SPDX-License-Identifier: Apache-2.0
3
+"""Enforces controls over dependencies."""
4
+
5
+from host_tools.cargo_build import cargo
6
7
8
+def test_unused_dependencies():
9
+ """
10
+ Test that there are no unused dependencies.
11
12
+ cargo("udeps", "--all", nightly=True)
0 commit comments