-
Notifications
You must be signed in to change notification settings - Fork 234
Error in framework with latest pytest-xdist:2.0 #583
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
Comments
Hi @pranav165, It seems your Docker container is failing to build
|
Yes. It also works fine with latest pytest-xdist :2.0 when i use base image as python:3 instead of debian:latest. So i have workarounds but just not sure why this error. |
Your previous image doesn't seem to have a compiler:
|
I'm closing this for now, but feel free to follow up with further questions. 👍 |
Similar problem: FROM ubuntu:20.04
RUN apt-get update \
&& apt-get install -y --no-install-recommends python3 python3-pip \
&& pip3 install --no-cache-dir pytest-xdist ERROR INFO:
|
2.1.0 will drop the hard dependency to |
When trying to build the docker image with latest pytest-xdist , following error is produced. The issue is resolved when reverting to pytest-xdist:1.34.0
DockerFile
Setup.py
The text was updated successfully, but these errors were encountered: