We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c3e0d commit e916924Copy full SHA for e916924
1 file changed
tests/dependencies/test_closure.py
@@ -185,7 +185,6 @@ def test_expected_runtime_dependencies(self, awscli_package):
185
def test_expected_unbounded_runtime_dependencies(self, awscli_package):
186
expected_unbounded_dependencies = {
187
"six", # Transitive dependency from python-dateutil
188
- "wcwidth", # Transitive dependency from prompt-toolkit
189
}
190
all_dependencies = set()
191
bounded_dependencies = set()
0 commit comments