Remove tests for contrib.botsbuildbots

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.
This commit is contained in:
Kodi Arfer 2016-12-29 08:26:11 -08:00
parent 8eceb4fe9d
commit e5c6f733a4
3 changed files with 0 additions and 7 deletions

View File

@ -1,5 +1,3 @@
# for Botsbuildbots
requests
# code quality
flake8
coverage

View File

@ -20,7 +20,6 @@ from .native_tests.contrib.meth import * # noqa
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:

View File

@ -1,4 +0,0 @@
(require [hy.contrib.botsbuildbots [Botsbuildbots]])
(defn test-botsbuildbots []
(assert (> (len (first (Botsbuildbots))) 50)))