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:
parent
8eceb4fe9d
commit
e5c6f733a4
@ -1,5 +1,3 @@
|
||||
# for Botsbuildbots
|
||||
requests
|
||||
# code quality
|
||||
flake8
|
||||
coverage
|
||||
|
@ -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:
|
||||
|
@ -1,4 +0,0 @@
|
||||
(require [hy.contrib.botsbuildbots [Botsbuildbots]])
|
||||
|
||||
(defn test-botsbuildbots []
|
||||
(assert (> (len (first (Botsbuildbots))) 50)))
|
Loading…
Reference in New Issue
Block a user