[Python-modules-commits] [dulwich] 06/14: Drop dependency on greenlet/etc for Python3, as swift module is not yet compatible with python3.

Jelmer Vernooij jelmer at moszumanska.debian.org
Tue Jul 5 23:27:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

jelmer pushed a commit to branch master
in repository dulwich.

commit 44ae6443748139ee21843b6bdd537edb310c9484
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Tue Jul 5 22:13:46 2016 +0000

    Drop dependency on greenlet/etc for Python3, as swift module is not yet
    compatible with python3.
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d842a12..246d516 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,9 +9,9 @@ matrix:
     - python: "pypy"
       env: TEST_REQUIRE="fastimport"
     - python: "3.4"
-      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
+      env: TEST_REQUIRE="fastimport"
     - python: "3.5"
-      env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
+      env: TEST_REQUIRE="fastimport"
 cache:
   directories:
     - $HOME/.cache/pip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dulwich.git



More information about the Python-modules-commits mailing list