diff --git a/requirements-travis.txt b/requirements-travis.txt index 9216e4f..80be0ce 100644 --- a/requirements-travis.txt +++ b/requirements-travis.txt @@ -1,5 +1,3 @@ -# for Botsbuildbots -requests # code quality flake8 coverage diff --git a/tests/__init__.py b/tests/__init__.py index abed3e7..c4e7ea6 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -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: diff --git a/tests/native_tests/contrib/botsbuildbots.hy b/tests/native_tests/contrib/botsbuildbots.hy deleted file mode 100644 index 1355119..0000000 --- a/tests/native_tests/contrib/botsbuildbots.hy +++ /dev/null @@ -1,4 +0,0 @@ -(require [hy.contrib.botsbuildbots [Botsbuildbots]]) - -(defn test-botsbuildbots [] - (assert (> (len (first (Botsbuildbots))) 50)))