[Bug 2053267] [NEW] Run test-suite as part of autopkgtest
Olivier Gayot
2053267 at bugs.launchpad.net
Thu Feb 15 19:13:13 UTC 2024
Public bug reported:
python-requests-unixsocket does not declare any autopkgtest. autodep8
detects that it is a python package and therefore runs autodep8-python3
which does the following:
```python3
import requests_unixsocket
print(requests_unixsocket)
```
This is better than nothing but running the actual test-suite would be
much better. This could have prevented bugs like
https://bugs.launchpad.net/ubuntu/+source/python-requests-
unixsocket/+bug/2053016 by blocking urllib3 / src:requests migration.
** Affects: python-requests-unixsocket (Ubuntu)
Importance: Undecided
Status: New
** Description changed:
python-requests-unixsocket does not declare any autopkgtest. autodep8
detects that it is a python package and therefore runs autodep8-python3
which does the following:
-
```python3
import requests_unixsocket
print(requests_unixsocket)
```
This is better than nothing but running the actual test-suite would be
much better. This could have prevented bugs like
https://bugs.launchpad.net/ubuntu/+source/python-requests-
- unixsocket/+bug/2053016 by blocking urllib3 / requests migration.
+ unixsocket/+bug/2053016 by blocking urllib3 / src:requests migration.
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-requests-unixsocket in Ubuntu.
https://bugs.launchpad.net/bugs/2053267
Title:
Run test-suite as part of autopkgtest
Status in python-requests-unixsocket package in Ubuntu:
New
Bug description:
python-requests-unixsocket does not declare any autopkgtest. autodep8
detects that it is a python package and therefore runs
autodep8-python3 which does the following:
```python3
import requests_unixsocket
print(requests_unixsocket)
```
This is better than nothing but running the actual test-suite would be
much better. This could have prevented bugs like
https://bugs.launchpad.net/ubuntu/+source/python-requests-
unixsocket/+bug/2053016 by blocking urllib3 / src:requests migration.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-requests-unixsocket/+bug/2053267/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list