-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
tests/unit/discovery/py_info/test_py_info.py::test_py_info_to_system_raises fails on openSUSE #1882
Labels
Comments
Can you please detail how did you set up the test environment? Thanks! |
Something like: FROM opensuse/tumbleweed:latest
RUN zypper install -y python3-pip sqlite3-devel
ENV SETUPTOOLS_SCM_PRETEND_VERSION 20.0.25
COPY . /w
WORKDIR /w
RUN python3.8 -m pip install .[testing]
RUN python3.8 -m pytest /w |
RPM creation for the distribution itself: Full build log with package versions used: |
Sorry I don't have access to that build system. Can you create a docker image to replicate the issue? |
Managed to reproduce with: FROM opensuse/tumbleweed:latest
RUN zypper install -y python3 python3-pip
ENV SETUPTOOLS_SCM_PRETEND_VERSION 20.0.25
COPY . /opt/project
WORKDIR /opt/project
RUN python3.8 -m pip install /opt/project[testing]
RUN python3.8 -m pytest /opt/project -k test_py_info_to_system_raises |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As per $SUMMARY the test is failing in assertion on openSUSE:
The text was updated successfully, but these errors were encountered: