[Bug 1735162] Re: [SRU] Cannot import basetest in python3
Andrea Azzarone
andrea.azzarone at canonical.com
Mon Dec 11 13:11:59 UTC 2017
** Summary changed:
- Cannot import basetest in python3
+ [SRU] Cannot import basetest in python3
** Description changed:
+ [Impact]
+ We need to get this SRUed in Xenial too as part of https://bugs.launchpad.net/xenial-backports/+bug/1735160
+
+ [Test Case]
+
To reproduce:
$ python3 -c "from google.apputils import basetest"
It will fail showing something like that:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3/dist-packages/google/apputils/basetest.py", line 37, in <module>
import urlparse
ImportError: No module named 'urlparse'
- We need to get this SRUed in Xenial too as part of
- https://bugs.launchpad.net/xenial-backports/+bug/1735160
+
+ [Possible Regressions]
+ Please make sure:
+ $ python2 -c "from google.apputils import basetest"
+
+ still works
** Description changed:
[Impact]
We need to get this SRUed in Xenial too as part of https://bugs.launchpad.net/xenial-backports/+bug/1735160
[Test Case]
To reproduce:
$ python3 -c "from google.apputils import basetest"
It will fail showing something like that:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3/dist-packages/google/apputils/basetest.py", line 37, in <module>
import urlparse
ImportError: No module named 'urlparse'
-
- [Possible Regressions]
+ [Regression Potential]
Please make sure:
$ python2 -c "from google.apputils import basetest"
still works
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1735162
Title:
[SRU] Cannot import basetest in python3
Status in google-apputils-python package in Ubuntu:
In Progress
Bug description:
[Impact]
We need to get this SRUed in Xenial too as part of https://bugs.launchpad.net/xenial-backports/+bug/1735160
[Test Case]
To reproduce:
$ python3 -c "from google.apputils import basetest"
It will fail showing something like that:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3/dist-packages/google/apputils/basetest.py", line 37, in <module>
import urlparse
ImportError: No module named 'urlparse'
[Regression Potential]
Please make sure:
$ python2 -c "from google.apputils import basetest"
still works
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-apputils-python/+bug/1735162/+subscriptions
More information about the Ubuntu-sponsors
mailing list