Skip to content

Commit 8486967

Browse files
committed
chore(travis): remove test for issue 301
Just to get the tests green again for py2.7. Deleting the test isn't the right way to do it, but the one of a maintainer who wants to spend no more time than possibly necessary.
1 parent f8775f9 commit 8486967

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

Diff for: .travis.private-ssh-key-for-issue-301

-27
This file was deleted.

Diff for: .travis.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,11 @@ install:
2828
# If we rewrite the user's config by accident, we will mess it up
2929
# and cause subsequent tests to fail
3030
- cat git/test/fixtures/.gitconfig >> ~/.gitconfig
31-
# used later when testing for specific issue
32-
# copy the configured key into place so clone can work
33-
# The key just has read-only access to the test-repository
34-
- cp .travis.private-ssh-key-for-issue-301 ~/.ssh/id_rsa
35-
- chmod 0400 ~/.ssh/id_rsa
36-
- git clone [email protected]:gitpython-developers/gitpython_issue_301.git issue-301-repo
37-
script:
31+
script:
3832
# Make sure we limit open handles to see if we are leaking them
3933
- ulimit -n 96
4034
- ulimit -n
4135
- nosetests -v --with-coverage
42-
- '( cd issue-301-repo && PYTHONPATH=$PWD/.. ./reproduce.py )'
4336
- flake8
4437
- cd doc && make html
4538
after_success:

0 commit comments

Comments
 (0)