Project

Profile

Help

Issue #4245

closed

Our build environment should not use the editable option when pip installing packages

Added by daviddavis over 5 years ago. Updated over 4 years ago.

Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 58
Quarter:

Description

Bruno pointed out that in Travis we install packages like pulpcore and pulpcore-plugin using pip install -e .... This symlinks the package into place and doesn't actually build it.

Consider the case where we have a file that we want to ship with the package (e.g. "blah"). It might not be getting properly included in the built package but using pip install -e ... would mask this problem.

Actions #1

Updated by daviddavis over 5 years ago

  • Description updated (diff)
Actions #2

Updated by daviddavis over 5 years ago

  • Tags Easy Fix added
Actions #3

Updated by CodeHeeler over 5 years ago

  • Triaged changed from No to Yes
  • Sprint set to Sprint 46
Actions #4

Updated by daviddavis over 5 years ago

Note that plugins also suffer from this problem.

Actions #5

Updated by dkliban@redhat.com over 5 years ago

  • Status changed from NEW to ASSIGNED
Actions #6

Updated by ipanova@redhat.com over 5 years ago

  • Assignee set to dkliban@redhat.com
Actions #7

Updated by rchan over 5 years ago

  • Sprint changed from Sprint 46 to Sprint 47
Actions #8

Updated by rchan about 5 years ago

  • Sprint changed from Sprint 47 to Sprint 48
Actions #9

Updated by rchan about 5 years ago

  • Sprint changed from Sprint 48 to Sprint 49
Actions #10

Updated by rchan about 5 years ago

  • Sprint changed from Sprint 49 to Sprint 50
Actions #11

Updated by rchan about 5 years ago

  • Sprint changed from Sprint 50 to Sprint 51
Actions #12

Updated by rchan about 5 years ago

  • Sprint changed from Sprint 51 to Sprint 52
Actions #13

Updated by daviddavis about 5 years ago

  • Sprint/Milestone set to 3.0.0
Actions #14

Updated by bmbouter almost 5 years ago

  • Tags deleted (Pulp 3)
Actions #15

Updated by dkliban@redhat.com almost 5 years ago

  • Status changed from ASSIGNED to NEW
  • Assignee deleted (dkliban@redhat.com)
Actions #16

Updated by rchan almost 5 years ago

  • Sprint changed from Sprint 52 to Sprint 53
Actions #17

Updated by ppicka almost 5 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to ppicka
Actions #18

Updated by ppicka almost 5 years ago

  • Status changed from ASSIGNED to POST
  • Tags deleted (Easy Fix)
Actions #19

Updated by amacdona@redhat.com almost 5 years ago

  • Sprint changed from Sprint 53 to Sprint 54
Actions #20

Updated by ttereshc almost 5 years ago

  • Sprint changed from Sprint 54 to Sprint 55
Actions #21

Updated by dkliban@redhat.com almost 5 years ago

  • Sprint changed from Sprint 55 to Sprint 56
Actions #22

Updated by rchan over 4 years ago

  • Sprint changed from Sprint 56 to Sprint 57
Actions #23

Updated by rchan over 4 years ago

  • Sprint changed from Sprint 57 to Sprint 58
Actions #24

Updated by ppicka over 4 years ago

  • Status changed from POST to CLOSED - WONTFIX

Since this issue was file pulp installation was changed so this not issue anymore.
PR closed as well.

Added by ppicka over 4 years ago

Revision 90cc983d | View on GitHub

Include test files

add test files as certificate and scripts used with test to MANIFEST.in as when installed without pip editable option 'pip install -e' it is not packaged

re: #4245 https://pulp.plan.io/issues/4245

Signed-off-by: Pavel Picka

Also available in: Atom PDF