diff --git a/conda/meta.yaml b/conda/meta.yaml
index 4a88dcd3c205d2324a3ff7e37e3eed3e18c1878a..6739adae253282464e411ac7d5f29b899cdd4d94 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -43,13 +43,14 @@ test:
     - bob fusion resource --help
     - bob fusion resource
     - bob fusion boundary --help
-    - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
+    - pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --pyargs {{ name }}
     - 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]
     - conda inspect objects -p $PREFIX {{ name }}  # [osx]
   requires:
-    - nose {{ nose }}
+    - pytest {{ pytest }}
+    - pytest-cov {{ pytest_cov }}
     - coverage {{ coverage }}
     - sphinx {{ sphinx }}
     - sphinx_rtd_theme {{ sphinx_rtd_theme }}