Skip to content

pip show no longer valid yaml #3568

@lillekemiker

Description

@lillekemiker
  • Pip version: 8.1.0
  • Python version: 2.7.10
  • Operating System: MacOSX El-Capitaon

Description:

This may not be a bug, per se, as pip show never claimed to produce valid yaml. However, it used to be valid yaml and it is not now when used to fetch the current version of pip-tools (1.6).
The problem seems to be the Entry-points field (see below)

What I've run:

$ pip show pip-tools

---
Metadata-Version: 2.0
Name: pip-tools
Version: 1.6
Summary:
Home-page: None
Author: None
Author-email: None
Installer: pip
License: None
Location: /home/goldbaum/miniconda/lib/python2.7/site-packages
Requires: six, click, first
Classifiers:
Entry-points:
  [console_scripts]
  pip-compile = piptools.scripts.compile:cli
  pip-sync = piptools.scripts.sync:cli

The last three lines are not valid yaml

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions