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

Allow testing via the system Python #1731

Merged
merged 1 commit into from
Mar 18, 2020
Merged

Conversation

gaborbernat
Copy link
Contributor

@gaborbernat gaborbernat commented Mar 18, 2020

Resolves #1721

Tested via:

FROM opensuse/tumbleweed:latest

RUN zypper install -y python2 python2-devel python2-pip git gcc python3 python3-pip fish python3-devel

COPY . /opt/project

RUN python2 -m pip install -e /opt/project[testing]
RUN python2 -m pytest /opt/project -vv

RUN python3 -m pip install -e /opt/project[testing]
RUN python3 -m pytest /opt/project -vv

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

selftesting fails on openSUSE
1 participant