summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2010-02-23 00:27:34 +0000
committerMichael Trier <mtrier@gmail.com>2010-02-23 00:27:34 +0000
commitd050991944fdeb27e7674987622081494ebb6087 (patch)
treeb79cab7a23ca886a03d85ae8dd6dcdebcb2ef0df /setup.cfg
parent9f020d3ba342cb777d20f7eed0304e8806d47207 (diff)
downloadsqlalchemy-d050991944fdeb27e7674987622081494ebb6087.tar.gz
Modified unittests docs to explain that --first-package-wins=True is required on Windows. Also modified the setup.cfg to add this option so that if using the default config there will be consistent behavior on all platforms.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 640111803..e380eadd2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,4 +4,5 @@ tag_svn_revision = true
[nosetests]
with-sqlalchemy = true
-exclude = ^examples \ No newline at end of file
+exclude = ^examples
+first-package-wins = true