Skip to content

Commit d7488f6

Browse files
committed
patch1
1 parent 9dcafb4 commit d7488f6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/maintainer/maintainer_faq.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,12 @@ FAQ
9191

9292
:ref:`(Q) <mfaq_conda_verify>` **I am seeing** ``Importing conda-verify failed.`` **error message during build. What do I do?**
9393

94-
``Importing conda-verify failed. Please be sure to test your packages. conda install conda-verify to make this message go away.``
95-
You are seeing this error message because by default, conda-build uses conda-verify to ensure that your recipe and package meet some minimum sanity checks.
96-
This message can be safely ignored as conda-forge doesn't use conda-verify.
94+
.. code-block:: yaml
95+
96+
Importing conda-verify failed. Please be sure to test your packages. conda install conda-verify to make this message go away.
97+
98+
You are seeing this error message because by default, conda-build uses conda-verify to ensure that your recipe and package meet some minimum sanity checks.
99+
This message can be safely ignored as conda-forge doesn't use conda-verify.
97100

98101

99102

0 commit comments

Comments
 (0)