Skip to content

Commit d3354c6

Browse files
authored
Merge pull request #1402 from ForgottenProgramme/patch-13
Fix #1399 : Added 'ignore conda-verify error message' in FAQ
2 parents 96c6351 + 5ea0274 commit d3354c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/maintainer/maintainer_faq.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,14 @@ 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 as conda-forge doesn't use conda-verify.
97+
8998

9099

0 commit comments

Comments
 (0)