LouisLou2 commented on issue #2035: URL: https://github.com/apache/fury/issues/2035#issuecomment-2629434527
> Hi [@LouisLou2](https://github.com/LouisLou2), are you using different Python for building and running putest? Could you check whether your pytest is installed in another pyenv? Yes, I'm sure I'm using the pyfury_env2 environment for this build. It is also true that testing is done in this environment. ```bash (pyfury_env2) leo@leo-dev:~/projects/fury-0.9.0/python$ which pytest /home/leo/Toolset/lang/anaconda/envs/pyfury_env2/bin/pytest (pyfury_env2) leo@leo-dev:~/projects/fury-0.9.0/python$ which python /home/leo/Toolset/lang/anaconda/envs/pyfury_env2/bin/python (pyfury_env2) leo@leo-dev:~/projects/fury-0.9.0/python$ pytest -v -s . ============================= test session starts ============================== platform linux -- Python 3.9.21, pytest-8.3.4, pluggy-1.5.0 -- /home/leo/Toolset/lang/anaconda/envs/pyfury_env2/bin/python cachedir: .pytest_cache rootdir: /home/leo/projects/fury-0.9.0/python collected 0 items / 12 errors ==================================== ERRORS ==================================== _____________ ERROR collecting pyfury/format/tests/test_encoder.py _____________ ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
