We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e818e commit e950eb9Copy full SHA for e950eb9
tests/test_integration.py
@@ -133,8 +133,8 @@ def test_recursive_verify_single() -> None:
133
m = read_metadata(TYPESHED, "six")
134
assert recursive_verify(m, TYPESHED) == {"types-six"}
135
136
- m = read_metadata(TYPESHED, "boto")
137
- assert recursive_verify(m, TYPESHED) == {"types-boto", "types-six"}
+ m = read_metadata(TYPESHED, "tzlocal")
+ assert recursive_verify(m, TYPESHED) == {"types-tzlocal", "types-pytz"}
138
139
140
@pytest.mark.parametrize(
0 commit comments