Skip to content

Keeping version information in table.md. #8

Description

@swolebro

In #7, I added some version information to table.md, which could be useful later.

Is there any sane way to add this automatically in report_to_table.py? I pulled the versions by doing a bash loop over all the envs, source activating, calling python -V and pip list, and scanning over the output**. Putting a bunch of subprocess calls in the script is probably going to provide more headache than benefit though. May as well just do it manually by that point.

Is there any way to extract version info from a virtualenv without actually being in it? I guess we could os.walk() and get extract it from the directory names under site-packages, but that's arguably worse than subprocessing bash.

** Incidentally it looked like a handful of environments had broken pips after running all the nox sessions, but I got to look into that more later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions