We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Do you happen to know why the following test might fail?
tly cleaning up <TemporaryDirectory '/tmp/guix-build-python-mkdocs-monorepo-plugin-1.0.4.drv-0/docs_ez27_kvk'> _warnings.warn(warn_message, ResourceWarning) test_plugin_on_serve (mkdocs_monorepo_plugin.tests.test_plugin.TestMonorepoPlugin) ... ok test_plugin_on_serve_no_run (mkdocs_monorepo_plugin.tests.test_plugin.TestMonorepoPlugin) ... ok ====================================================================== ERROR: test_plugin_on_config_with_nav (mkdocs_monorepo_plugin.tests.test_plugin.TestMonorepoPlugin) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/guix-build-python-mkdocs-monorepo-plugin-1.0.4.drv-0/mkdocs-monorepo-plugin-1.0.4/mkdocs_monorepo_plugin/tests/test_plugin.py", line 25, in test_plugin_on_config_with_nav plugin.on_config({ File "/tmp/guix-build-python-mkdocs-monorepo-plugin-1.0.4.drv-0/mkdocs-monorepo-plugin-1.0.4/mkdocs_monorepo_plugin/plugin.py", line 52, in on_config new_docs_dir = self.merger.merge() File "/tmp/guix-build-python-mkdocs-monorepo-plugin-1.0.4.drv-0/mkdocs-monorepo-plugin-1.0.4/mkdocs_monorepo_plugin/merger.py", line 74, in merge raise SystemExit(1) SystemExit: 1 ---------------------------------------------------------------------- Ran 4 tests in 0.003s
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Do you happen to know why the following test might fail?
The text was updated successfully, but these errors were encountered: