~shanali331/launchpad:master

Last commit made on 2021-08-17
Get this branch:
git clone -b master https://git.launchpad.net/~shanali331/launchpad
Only Shan ali can upload to this branch. If you are Shan ali please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~shanali331/launchpad

Recent commits

4ed59d1... by Colin Watson

Treat PostgreSQL dumps as binary

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407257

df66724... by Colin Watson

Treat PostgreSQL dumps as binary

Otherwise this crashes on Python 3.

f4d0c76... by Colin Watson

Use os.scandir and os.walk directly

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407246

bd40ffe... by Colin Watson

Use os.scandir and os.walk directly

The separate `scandir` module was a backport of the same code to Python
versions earlier than 3.5, and is no longer needed.

0d661d6... by Colin Watson

Inline the relevant parts of zope.app.appsetup

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407100

8c5ff64... by Colin Watson

Remove most uses of zope.testing.renormalizing

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407201

c929974... by Colin Watson

Remove most uses of zope.testing.renormalizing

We were mainly using this module for the
`IGNORE_EXCEPTION_MODULE_IN_PYTHON2` option flag, but we no longer need
that. `lp.services.mail.tests.test_stub` still has a legitimate use for
this module, since it does regex substitution on the output of one
example.

3cc6c52... by Colin Watson

Remove all uses of IGNORE_EXCEPTION_MODULE_IN_PYTHON2

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407194

61a34a9... by Colin Watson

Fix a couple of stray uses of mock

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407193

8a0009d... by Colin Watson

Remove all uses of IGNORE_EXCEPTION_MODULE_IN_PYTHON2

This is no longer needed now that we require Python 3.