diff --git a/conda/meta.yaml b/conda/meta.yaml
index 7b4dff0d59389288abe28a19524d834f887926c5..5336fc0a6e882a4a32069929d83e1bf1b63afa6a 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -62,11 +62,7 @@ test:
     - bob tf train --help
     - bob tf train-and-evaluate --help
     - bob tf trim --help
-    {% if environ.get('BOB_NOSE_FAST') %}
-    - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }} -a '!slow'
-    {% else %}
     - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
-    {% endif %}
     - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
     - sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
     - conda inspect linkages -p $PREFIX {{ name }}  # [not win]