lp:postgresfixture

Created by Gavin Panella and last modified
Get this branch:
bzr branch lp:postgresfixture
Members of PostgreSQL Fixture Maintainers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
PostgreSQL Fixture Maintainers
Project:
postgresfixture
Status:
Development

Recent revisions

27. By Colin Watson

Release postgresfixture 0.4.3.

26. By Colin Watson

Stop using deprecated "setup.py test".

25. By Colin Watson

Fix typo in README.txt.

24. By Colin Watson

Ignore __pycache__ directories.

23. By Colin Watson

Officially add support for Python 3.9 and 3.10.

22. By Colin Watson

Compare PostgreSQL versions using packaging.version.Version.

`distutils.version.LooseVersion` is deprecated as of setuptools 59.6.0,
and the whole of `distutils` is deprecated as of Python 3.10. Using
`packaging.version.Version` is a bit of a cheat since PostgreSQL
versions aren't officially PEP 440 versions, but we only care about
things that show up as subdirectories of `/usr/lib/postgresql/` and in
practice those are simple enough that it's fine.

21. By Colin Watson

Fix test failures if Cluster.running produces warnings.

`sys.stderr` was being incorrectly mocked with an `io.BytesIO` on Python
3 rather than an `io.StringIO`, and some tests of data written to
`sys.stderr` need to temporarily disable warnings.

Fixes https://bugs.debian.org/1020098.

20. By Colin Watson

Officially add support for Python 3.6, 3.7, and 3.8.

19. By Colin Watson

Release postgresfixture 0.4.2.

18. By Colin Watson

Add setup metadata for long description.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~lazr-developers/postgresfixture/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers