Skip to content

Commit

Permalink
Remove tests for contrib.botsbuildbots
Browse files Browse the repository at this point in the history
This is an Easter egg whose tests add a dependency (requests) and cause a test failure if you don't have an active Internet connection.
  • Loading branch information
Kodiologist committed Dec 29, 2016
1 parent 8eceb4f commit e5c6f73
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions requirements-travis.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# for Botsbuildbots
requests
# code quality
flake8
coverage
1 change: 0 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from .native_tests.contrib.walk import * # noqa
from .native_tests.contrib.multi import * # noqa
from .native_tests.contrib.curry import * # noqa
from .native_tests.contrib.botsbuildbots import * # noqa
from .native_tests.contrib.sequences import * # noqa

if PY3:
Expand Down
4 changes: 0 additions & 4 deletions tests/native_tests/contrib/botsbuildbots.hy

This file was deleted.

0 comments on commit e5c6f73

Please sign in to comment.