Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

RequirementError after installing package as editable #72

Open
tgross35 opened this issue Jan 9, 2022 · 1 comment
Open

RequirementError after installing package as editable #72

tgross35 opened this issue Jan 9, 2022 · 1 comment

Comments

@tgross35
Copy link

tgross35 commented Jan 9, 2022

I couldn't find any other posts about the same issue, which means maybe it's user error. However, I was trying a pretty straightforward setup and ran into issues. Starting with installing the local package:

pipenv install -e .

The following entry is created in Pipfile:

foopkg = {editable = true, path = "."}

But when running tox, the folling error pops up

pipenv.vendor.requirementslib.exceptions.RequirementError: Failed parsing requirement from '.'

Is there a workaround for this? There is nothing notable in tox.ini

[testenv]
commands =
  pytest tests/
@jacobfelknor
Copy link

I'm having the same issue. Is this usage supported?

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

No branches or pull requests

2 participants