Skip to content

install package without summary will fail #719

@exherb

Description

@exherb
  • I have searched the issue tracker and believe that this is not a duplicate.

base.add("summary", v.summary)
v.summary is possible None

Steps to reproduce

pdm add selenium~=4.0 -v

Actual behavior

install fail

Expected behavior

install success

Environment Information

PDM version:        1.10.0
Python Interpreter: /usr/local/opt/[email protected]/bin/python3.9 (3.9)
Project Root:       /Users/Herb/Git/adtalos/xapi/python
Project Packages:   /Users/Herb/Git/adtalos/xapi/python/__pypackages__/3.9
{
  "implementation_name": "cpython",
  "implementation_version": "3.9.7",
  "os_name": "posix",
  "platform_machine": "x86_64",
  "platform_release": "21.2.0",
  "platform_system": "Darwin",
  "platform_version": "Darwin Kernel Version 21.2.0: Wed Oct 20 00:23:27 PDT 2021; root:xnu-8019.60.40.0.1~26/RELEASE_X86_64",
  "python_full_version": "3.9.7",
  "platform_python_implementation": "CPython",
  "python_version": "3.9",
  "sys_platform": "darwin"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions