Merge pull request #1945 from coolo/ignore_conflicts

Ignore packages listed in comments
This commit is contained in:
Stephan Kulow 2019-04-03 13:31:16 +02:00 committed by GitHub
commit 36af69dc9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,6 +221,8 @@ class InstallChecker(object):
else:
whitelist = self.existing_problems
whitelist |= set(to_ignore)
check = self.cycle_check(project, repository, arch)
if not check.success:
self.logger.warn('Cycle check failed')