]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where "python setup.py test" wasn't calling into
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Jul 2014 19:50:17 +0000 (15:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Jul 2014 19:51:32 +0000 (15:51 -0400)
commit16cc3e33e7ff4cf65ad0d3de58778dadf6e430dd
tree3b471d2d57e51f1c15093a2336ad732fdc353845
parentd3e7e8f9b913d355224885731f28d841d8bbbff7
- Fixed bug where "python setup.py test" wasn't calling into
distutils appropriately, and errors would be emitted at the end
of the test suite.

Conflicts:
doc/build/changelog/changelog_09.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/testing/distutils_run.py [new file with mode: 0644]
setup.py