Skip to content

Commit

Permalink
Exclude system_environment from diff #411
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <jyang@nexb.com>
  • Loading branch information
JonoYang committed May 10, 2022
1 parent bcceb76 commit 081726b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scanpipe/tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ class PipelinesIntegrationTest(TestCase):
"OUTDATED",
# package_uids in extra_data have different values in it on every run
"package_uids",
# system_environment differs between systems
"system_environment",
]

def _without_keys(self, data, exclude_keys):
Expand Down

0 comments on commit 081726b

Please sign in to comment.