You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maintainer/maintainer_faq.rst
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,9 +91,12 @@ FAQ
91
91
92
92
:ref:`(Q) <mfaq_conda_verify>` **I am seeing** ``Importing conda-verify failed.`` **error message during build. What do I do?**
93
93
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:: shell
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.
0 commit comments