Skip to content

REGR: show_versions #32041

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

Merged
merged 5 commits into from
Feb 19, 2020
Merged

REGR: show_versions #32041

merged 5 commits into from
Feb 19, 2020

Conversation

simonjayhawkins
Copy link
Member

@simonjayhawkins simonjayhawkins commented Feb 16, 2020

regression in #31660 (no need to backport)

master

INSTALLED VERSIONS
------------------
{k:<17}: {stat}
{k:<17}: {stat}
{k:<17}: {stat}
...

this PR

INSTALLED VERSIONS
------------------
commit           : b11e0647d42a27c279f3c46d5ce26d79bb5f5dec
python           : 3.7.4.final.0
python-bits      : 64
...

@simonjayhawkins simonjayhawkins added the Regression Functionality that used to work in a prior pandas version label Feb 16, 2020
@simonjayhawkins simonjayhawkins added this to the 1.1 milestone Feb 16, 2020
Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jbrockmendel
Copy link
Member

merits test?

@simonjayhawkins
Copy link
Member Author

@jbrockmendel looks like the fakemodule tests don't clean-up. will look tomorrow if can't get to machine later this evening. could maybe use monkeypatch VERSIONS or just delete fakemodule from VERSIONS after test

@jbrockmendel
Copy link
Member

ok, test here isnt important enough to be a blocker

Copy link
Member

@datapythonista datapythonista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm,

Just an idea, we could rename show_versions to _get_versions and make it a generator yielding the version information. Then implement a small show_versions function that prints the results of _get_versions.

This way your tests would be much simpler and clearer, and I guess it can be useful in some cases to access the versions from Python, not just getting them printed.

Happy to get this merged as is.

@simonjayhawkins
Copy link
Member Author

Just an idea, we could rename show_versions to _get_versions and make it a generator yielding the version information. Then implement a small show_versions function that prints the results of _get_versions.

have started #32042 to clean-up since get_sys_info was stringifying the Nones which then appears in the json output. so could incorporate this suggestion there.

@WillAyd
Copy link
Member

WillAyd commented Feb 19, 2020

Thanks @simonjayhawkins

@simonjayhawkins simonjayhawkins deleted the show_versions branch February 19, 2020 09:39
roberthdevries pushed a commit to roberthdevries/pandas that referenced this pull request Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants