[Bug 1743886] Re: TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'

2020-08-30 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1586859 *** https://bugs.launchpad.net/bugs/1586859 ** This bug has been marked a duplicate of bug 1586859 urllib3/util/retry.py broke on passing invalid type -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1743886] Re: TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'

2019-07-25 Thread 张士杰
4 floor ++ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1743886 Title: TypeError: unsupported operand type(s) for -=: 'Retry' and 'int' To manage notifications about this bug go to:

[Bug 1743886] Re: TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'

2018-05-28 Thread Marius Gedminas
** Description changed: I'm trying to build a Debian package that uses dh-python, pybuild, and tox. debuild -i runs dpkg-buildpackage, which runs debian/rules build, which runs dh build --with python2,python3 --buildsystem=pybuild, which runs dh_auto_test -O--buildsystem=pybuild,

[Bug 1743886] Re: TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'

2018-05-27 Thread confiq
This also effects ubuntu 16.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1743886 Title: TypeError: unsupported operand type(s) for -=: 'Retry' and 'int' To manage notifications about this bug

[Bug 1743886] Re: TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'

2018-05-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: python-pip (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1743886 Title:

[Bug 1743886] Re: TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'

2018-01-17 Thread Marius Gedminas
To clarify: this is a bug in urllib3 as bundled in python-pip, that shows up only when PyPI is unavailable. Pybuild sets https_proxy=https://127.0.0.1:9/ to forcefully make PyPI unavailable during the package build. (There's probably a sibling bug lurking around: why is python3-virtualenv