From: Mike Bayer Date: Wed, 16 Sep 2015 18:08:26 +0000 (-0400) Subject: - changelog for pr #47 X-Git-Tag: rel_0_8_3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=459549c9ab7fef91b2dc8986bc0643bb2f6ec0c8;p=thirdparty%2Fsqlalchemy%2Falembic.git - changelog for pr #47 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 96fdabce..fdc01113 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -6,6 +6,14 @@ Changelog .. changelog:: :version: 0.8.3 + .. change:: + :tags: bug, tests + :pullreq: bitbucket:47 + + Added "pytest-xdist" as a tox dependency, so that the -n flag + in the test command works if this is not already installed. + Pull request courtesy Julien Danjou. + .. change:: :tags: bug, autogenerate, postgresql :tickets: 324