]> 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:50:17 +0000 (15:50 -0400)
commit99350b159f736fe8c2c95eabb4d332d9fab73eb9
treed1e9e41060a7b007051ca6513f5759ead7009057
parent450453ab1a5f5a1ce86d6f9dba6f1ae5f30c8f92
- 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.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/testing/distutils_run.py [new file with mode: 0644]
setup.py