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
Describe the bug
All non trivial syncs cause log warnings like the following:
“pulpcore-worker-4[59559]: /usr/lib/python3.9/site-packages/debian/deb822.py:716: UserWarning: Parsing of Deb822 data with python3-apt’s apt_pkg was requested but this package is not importable. Is python3-apt installed?
This is true but irrelevant, since we can't use python3-apt unless Pulp was installed on an APT based distribution.
It often leads to user confusion when users see the warning and think it is related to their problems (it never is).
To Reproduce
Sync any repo, check the logs.
Expected behavior
No warnings about things we expect to happen always!
The text was updated successfully, but these errors were encountered:
closespulp#1019
We no longer want to see warnings like the following in the log:
pulpcore-worker: /usr/lib/python3.9/site-packages/debian/deb822.py:716:
UserWarning: Parsing of Deb822 data with python3-apt’s apt_pkg was
requested but this package is not importable. Is python3-apt installed?
Describe the bug
All non trivial syncs cause log warnings like the following:
This is true but irrelevant, since we can't use python3-apt unless Pulp was installed on an APT based distribution.
It often leads to user confusion when users see the warning and think it is related to their problems (it never is).
To Reproduce
Sync any repo, check the logs.
Expected behavior
No warnings about things we expect to happen always!
The text was updated successfully, but these errors were encountered: