This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via cf45abf77b98bc0d7a34a6da8b6d3697165bf962 (commit)
via ba944e6a18359969e0fc46d059da9a8e0a61617b (commit)
from 02ed37636dd173e8836d84bd7bf18998d937352b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/cf45abf77b98bc0d7a34a6da8b6d3697165bf962
commit cf45abf77b98bc0d7a34a6da8b6d3697165bf962
Author: Oleg Broytman <ph...@ph...>
Date: Fri Sep 23 17:04:29 2016 +0300
The problem is related to neither tox nor Python 2.7.12
The problem is reproducible now with any python and without tox.
[skip ci]
diff --git a/docs/News.rst b/docs/News.rst
index c874a69..982b07b 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -26,7 +26,7 @@ Tests
* Tests are now run at CIs with python3.5.
-* Fix tests under Python 2.7.12 + tox + PostgreSQL.
+* Fix a problem in tests related to test order when running on PostgreSQL.
* Restore mxDateTime installation in tox.ini
(was removed while egenix.com was down).
http://sourceforge.net/p/sqlobject/sqlobject/ci/ba944e6a18359969e0fc46d059da9a8e0a61617b
commit ba944e6a18359969e0fc46d059da9a8e0a61617b
Author: Oleg Broytman <ph...@ph...>
Date: Fri Sep 23 05:51:23 2016 +0300
Rename testDestroyCascade.py -> test_destroy_cascade.py
diff --git a/sqlobject/inheritance/tests/testDestroyCascade.py b/sqlobject/inheritance/tests/test_destroy_cascade.py
similarity index 100%
rename from sqlobject/inheritance/tests/testDestroyCascade.py
rename to sqlobject/inheritance/tests/test_destroy_cascade.py
-----------------------------------------------------------------------
Summary of changes:
docs/News.rst | 2 +-
...stDestroyCascade.py => test_destroy_cascade.py} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename sqlobject/inheritance/tests/{testDestroyCascade.py => test_destroy_cascade.py} (100%)
hooks/post-receive
--
SQLObject development repository
|