-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package being ignored with pipenv 8.3 #1064
Comments
Djiit
changed the title
Package not being locked with pipenv 8.3
Package being ignored with pipenv 8.3
Nov 14, 2017
@Djiit do you have a folder called 'alembic' off of your project root? |
Yep! |
Same issue here, could workaround it by renaming alembic folder (and changing alembic.ini accordingly). Maybe an issue with alembic executable colliding in some way with alembic directory? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your environment
$ python -V
python 3.6.1$ pipenv --version
pipenv, version 8.3.1Expected result
Assuming we have a pipfile containing
alembic = '*'
The
alembic
package should be :pipenv install
pipenv lock -r
Actual result
pipenv install
does not installalembic
.pipenv lock -r --verbose
returns nothing.Steps to replicate
Theses steps are ok with pipenv 8.2.6 on my dev box.
The text was updated successfully, but these errors were encountered: