Skip to content
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

requires pytest>=5.3 #180

Open
cipy opened this issue May 12, 2022 · 5 comments
Open

requires pytest>=5.3 #180

cipy opened this issue May 12, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@cipy
Copy link

cipy commented May 12, 2022

Describe the bug
A clear and concise description of what the bug is.

at least on arm64 the installation will fail

unless you sudo pip install pytest==5.3

To Reproduce
Steps to reproduce the behavior:

  1. Ubuntu 20.04 ARM64

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@cipy cipy added the bug Something isn't working label May 12, 2022
@alsora
Copy link
Contributor

alsora commented May 13, 2022

Hi, could you please provide the build steps that you used and the complete error that you got?

@cipy
Copy link
Author

cipy commented May 13, 2022

I ran step by step from your README.md

only this step failed with an pytest error

export IGNITION_VERSION=edifice
colcon build --symlink-install
source install/local_setup.bash

this Ubuntu 20.04 (ARM64) comes with python3-pytest 4.6.9-1

@cipy
Copy link
Author

cipy commented May 13, 2022

I think it might have been a silent error in colcon, but I remembered noticing at rosdep(?) a pyTest version mismatch, which after I fixed with sudo pip, made the colcon run happy too 💯

@alsora
Copy link
Contributor

alsora commented May 13, 2022

this step failed with an pytest error

I would need to see this error to understand what's the best approach to fix the problem.

@martinerk0
Copy link

when doing pip install colcon-common-extensions on 20.04 it throws

ERROR: pytest-rerunfailures 10.2 has requirement pytest>=5.3, but you'll have pytest 4.6.9 which is incompatible.

while

sudo apt install python3-colcon-common-extensions

installs okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants