-
-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pixi run test-example picks up old Panel code version #7116
Comments
Short answer yes. Try running See the note here https://holoviz-dev.github.io/panel/developer_guide/index.html#editable-install |
@hoxbro - thank you! That does fix the issue. One more thing that I find weird is that running the test for (only this one) example notebook creates a tab in my default browser Chrome every time I run the tests:
Is this expected? Possible to avoid this somehow? |
Likely a |
As a new pixi user I find it confusing that there's a |
There is a Is that normal or should it be deleted or changed somehow? |
For the other environment, the command is
I think it is a debug leftover and should be removed. |
This was usage error. |
I'm on 9404b43 and followed instructions here:
https://holoviz-dev.github.io/panel/developer_guide/index.html#example-tests
I get this error:
and some similar errors:
This is related to the recent change in #7060 .
Why does this happen? Does
pixi run test-example
somehow not install the latest source code into the pixi env andpytest
picks up some olderpanel
Python code version?The text was updated successfully, but these errors were encountered: