Skip to content

Commit

Permalink
rules: Force awshelpers to return None
Browse files Browse the repository at this point in the history
Related to #90
  • Loading branch information
jayvdb committed Apr 7, 2020
1 parent cd81712 commit e71df95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pypidb/_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def from_set(self, other):
link_extract=_url_no_extract,
expect_none=True,
),
Rule("awshelpers", link_extract=_url_no_extract, expect_none=True),
Rule("aws-sam-translator", ["aws-sam-cli"]),
Rule("awsretry", ignore_bad_metadata=True),
Rule("backports", ignore_bad_metadata=True),
Expand Down
1 change: 1 addition & 0 deletions tests/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@
"augeas",
"augur",
"awsebcli",
"awshelpers",
"azure-functions",
"azureml-automl-core",
"azureml-core",
Expand Down
1 change: 1 addition & 0 deletions tests/test_top.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ class TestTop30Days(_TestBase):

names = _month
expected_failures = _TestBase.expected_failures + [
"awshelpers",
"edx-tincan-py35",
"clearbit",
"kivy-deps-sdl2", # no suitable metadata
Expand Down

0 comments on commit e71df95

Please sign in to comment.