]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- changelog for pr #47
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Sep 2015 18:08:26 +0000 (14:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Sep 2015 18:08:26 +0000 (14:08 -0400)
docs/build/changelog.rst

index 96fdabcee39b07f7afcc61043e5684b542aec690..fdc011135638a712d877fcd20b2d35e93cbe513f 100644 (file)
@@ -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