#5672 Missing build dependency - python-astroid
Closed: worksforme 5 years ago Opened 8 years ago by mkubik.

From acceptance tests

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

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

7 years ago

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

5 years ago

Login to comment on this ticket.

Metadata