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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,5 +86,24 @@ FAQ
86
86
- ``conda install boa -c conda-forge``
87
87
- ``conda mambabuild myrecipe``
88
88
For more details visit `this <https://boa-build.readthedocs.io/en/latest/mambabuild.html>`_ page.
89
+
90
+
.. _mfaq_conda_verify:
91
+
92
+
:ref:`(Q) <mfaq_conda_verify>` **I am seeing** ``Importing conda-verify failed.`` **error message during build. What do I do?**
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.
97
+
Additionally, if you wish to make this message go away, you may disable conda-verify.
0 commit comments