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

Fix PYTEST_VERSION_INFO #8

Merged

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented Apr 10, 2020

It currently fails with editable pytest installations (due to
setuptools-scm version):

PYTEST_VERISON_INFO = tuple(int(part) for part in PYTEST_VERSION.split("."))
ValueError: invalid literal for int() with base 10: 'dev42+g134a7d26d'

It currently fails with editable pytest installations (due to
setuptools-scm version):

    PYTEST_VERISON_INFO = tuple(int(part) for part in PYTEST_VERSION.split("."))
    ValueError: invalid literal for int() with base 10: 'dev42+g134a7d26d'
@davidfritzsche davidfritzsche self-assigned this Apr 24, 2020
@davidfritzsche davidfritzsche merged commit 1305734 into davidfritzsche:master Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants