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 f542e4e1ae3c047a124922ca90df755d50f907d1 (commit)
from 46c236d21fad78824a6ff1505c188316e3247a6b (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/f542e4e1ae3c047a124922ca90df755d50f907d1
commit f542e4e1ae3c047a124922ca90df755d50f907d1
Author: Oleg Broytman <ph...@ph...>
Date: Mon Feb 25 19:35:49 2019 +0300
Docs,tests: Limit Sphinx and pytest versions for Python 2.7 and 3.4
diff --git a/devscripts/requirements/requirements_docs.txt b/devscripts/requirements/requirements_docs.txt
index 94d38eb..e36ba63 100644
--- a/devscripts/requirements/requirements_docs.txt
+++ b/devscripts/requirements/requirements_docs.txt
@@ -1,3 +1,4 @@
-r requirements.txt
-Sphinx
+Sphinx < 2.0; python_version == '2.7' or python_version == '3.4'
+Sphinx; python_version >= '3.5'
diff --git a/devscripts/requirements/requirements_tests.txt b/devscripts/requirements/requirements_tests.txt
index ae7bbd9..9d64753 100644
--- a/devscripts/requirements/requirements_tests.txt
+++ b/devscripts/requirements/requirements_tests.txt
@@ -1,4 +1,5 @@
-r requirements.txt
-pytest < 5.0
+pytest < 5.0; python_version == '2.7' or python_version == '3.4'
+pytest; python_version >= '3.5'
pytest-cov
-----------------------------------------------------------------------
Summary of changes:
devscripts/requirements/requirements_docs.txt | 3 ++-
devscripts/requirements/requirements_tests.txt | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
SQLObject development repository
|