#5672 Missing build dependency - python-astroid
Closed: worksforme Opened by mkubik.

From acceptance tests

pylint_plugins.py:10: in <module>
    from astroid import MANAGER
E   ImportError: No module named astroid

issue in tests

pytest.ini should whitelist rather than blacklist imports, so that when a new random *.py file is added, the acceptance tests don't fail

see also #5673

Metadata Update from @mkubik:
- Issue assigned to someone
- Issue set to the milestone: FreeIPA 4.5 backlog

astroid is a dependency of pylint. The package is always available when pylint is installed.

# dnf repoquery --whatrequires python3-astroid
python3-pylint-0:1.7.5-1.fc27.noarch

I'm closing the bug as worksforme.

Metadata Update from @cheimes:
- Issue close_status updated to: worksforme

Metadata