Skip to content

Commit aaefe79

Browse files
Update maintainer_faq.rst
1 parent 31c6a87 commit aaefe79

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/maintainer/maintainer_faq.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,24 @@ FAQ
8686
- ``conda install boa -c conda-forge``
8787
- ``conda mambabuild myrecipe``
8888
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.
98+
99+
.. code-block:: bash
100+
101+
102+
conda-build:
103+
no_verify: true
104+
105+
106+
.. code-block:: bash
107+
89108
90109

0 commit comments

Comments
 (0)