Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

falling setup with editable local requirement #68

Closed
RonnyPfannschmidt opened this issue Aug 2, 2016 · 4 comments
Closed

falling setup with editable local requirement #68

RonnyPfannschmidt opened this issue Aug 2, 2016 · 4 comments
Labels
Milestone

Comments

@RonnyPfannschmidt
Copy link

RonnyPfannschmidt commented Aug 2, 2016

folders

  • project
    • setup.py
    • requriements.txt
  • default.nix

project/requirments.txt

pytest
-e .

partial error

Directory '.' is not installable. File 'setup.py' not found
@garbas garbas added the bug label Aug 2, 2016
@garbas garbas added this to the 1.4.0 milestone Aug 2, 2016
@garbas garbas added the ready label Aug 2, 2016
@garbas
Copy link
Contributor

garbas commented Aug 4, 2016

this is actually the problem with pip already

@garbas
Copy link
Contributor

garbas commented Aug 4, 2016

as far as i can see those paths in -e are not relative to requirements.txt. we should be able to fix this but i'm going to do this in later version. except if somebody does it instead of me.

@garbas
Copy link
Contributor

garbas commented Aug 4, 2016

what needs to be done.

for each requirement file we need to copy it to projects temporarily directory and fix those -e paths to be absolute but calculating absolute path relative to that requirements file.

@garbas garbas modified the milestones: 1.5.0, 1.4.0 Aug 4, 2016
@garbas garbas removed the ready label Aug 4, 2016
@garbas garbas added the ready label Aug 15, 2016
@garbas garbas added in progress and removed ready labels Sep 25, 2016
@garbas garbas closed this as completed in af7e7bf Sep 25, 2016
@garbas
Copy link
Contributor

garbas commented Sep 25, 2016

@RonnyPfannschmidt can you confirm this also works for you (use current master)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants