diff --git a/packages/py-viziphant/package.py b/packages/py-viziphant/package.py
index c1c0bb2b533778d93c633b1f12c6be9f75e1e547..5a346a5195126c5c150b1de75aee1c752b9718ed 100644
--- a/packages/py-viziphant/package.py
+++ b/packages/py-viziphant/package.py
@@ -34,6 +34,6 @@ class PyViziphant(PythonPackage):
     @run_after('install')
     @on_package_attributes(run_tests=True)
     def install_test(self):
-        # run tests here (this is just an example):
+        # run tests
         pytest = which('pytest')
         pytest()