Skip to content

Commit

Permalink
Disable default regen for GitHubSourceTestCase
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Mar 25, 2024
1 parent e188f56 commit 0b0479e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_tuby_package_with_invalid_url(mock_get):


class GitHubSourceTestCase(TestCase):
def check_result(self, filename, packages, regen=True):
def check_result(self, filename, packages, regen=False):
result = [p.to_dict() for p in packages]

if regen:
Expand Down

0 comments on commit 0b0479e

Please sign in to comment.