You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyroma attempts to import the setup.py modules that it tests. If it is unable to do so (for example, if the setup.py file imports a library that is not available) then pyroma raises an exception. It should catch this and emit a warning message instead.
The text was updated successfully, but these errors were encountered:
pyroma
attempts to import thesetup.py
modules that it tests. If it is unable to do so (for example, if thesetup.py
file imports a library that is not available) then pyroma raises an exception. It should catch this and emit a warning message instead.The text was updated successfully, but these errors were encountered: