]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- add workaround to setup.py to avoid setuptools issue regarding multiprocessing
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Jan 2013 17:13:28 +0000 (12:13 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Jan 2013 17:13:28 +0000 (12:13 -0500)
commit44a611700f76410d07d527059391dac689b897b4
tree2af7f64403ae27c6e4824381537895fa53c37d19
parentb708c3e741087c2acbe945f34c568bc9473204c2
- add workaround to setup.py to avoid setuptools issue regarding multiprocessing
when "setup.py test" is run, #96
- add version detection for 0.8, apply this version detection to
test_autogenerate:AutogenRenderTest.test_render_fk_constraint_kwarg
and emit explicit append_constraint() for each FK if not on 0.8 as FKs
do not auto-attach in 0.7, #96
- add a README containing instructions for running tests and setting up
optional database backens, #96
README.unittests [new file with mode: 0644]
alembic/util.py
docs/build/changelog.rst
setup.py
tests/__init__.py
tests/test_autogenerate.py