You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
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/
The text was updated successfully, but these errors were encountered:
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:
But when running tox, the folling error pops up
Is there a workaround for this? There is nothing notable in tox.ini
The text was updated successfully, but these errors were encountered: