-
-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
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
[BUG] Getting error "Future already set" and output_panel is empty for python tests #402
Comments
same issue for me, using |
same issue for me |
I downgraded the version for nio |
Did not work for me. use { "nvim-neotest/nvim-nio", version="1.9.0"}
use { "nvim-neotest/neotest"}
use { "nvim-neotest/neotest-python" } |
did you update the dependencies through your plugin manager? |
worked for me with this config {
'nvim-neotest/neotest',
dependencies = {
{ 'nvim-neotest/nvim-nio', version = '1.9.0' },
'nvim-neotest/neotest-python',
}, and I synced dependecies with Lazy and restarted neovim |
Closing as |
NeoVim Version
NVIM v0.10.0-dev-3050+gcb24a3907
Build type: Release
LuaJIT 2.1.1713484068
and
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1713517273
Describe the bug
Getting error
and ouput of
:Neotest output-panel
is emptyTo Reproduce
Steps to reproduce the behavior:
:Neotest summary
:Neotest output-panel
is emptyI am not sure if this is related to particular tests I am running, but I can try to create small example if nedded.
Expected behavior
Expected
:Neotest output-panel
to contain logs from pytest. Tried it with tests in this repo with neotest-plenary and it works as expectedLogs
logs.txt
The text was updated successfully, but these errors were encountered: