-
-
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
Fix marker parsing and grouping during resolution #2384
Conversation
Apparently I snuck in a script update for invoke and a changelog update |
pipenv/core.py
Outdated
@@ -103,7 +101,7 @@ | |||
): | |||
INSTALL_LABEL = '🎅 ' | |||
else: | |||
INSTALL_LABEL = '🐍 ' | |||
INSTALL_LABEL = '🝝 ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait
0329f6a
to
ed3aefb
Compare
tests/integration/test_sync.py
Outdated
@@ -22,7 +22,7 @@ def test_sync_error_without_lockfile(PipenvInstance, pypi): | |||
@pytest.mark.lock | |||
def test_mirror_lock_sync(PipenvInstance, pypi): | |||
with temp_environ(), PipenvInstance(chdir=True) as p: | |||
mirror_url = os.environ.pop('PIPENV_TEST_INDEX', "https://pypi.python.org/simple") | |||
mirror_url = os.environ.pop('PIPENV_TEST_INDEX', "https://pypi.kennethreitz..org/simple") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra dot?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co> Add pytz and certifi updates Signed-off-by: Dan Ryan <dan@danryan.co> Fix nondeterministic resolution bug - Update dependencies - Fix some issues with test logic - Update piptools patch Signed-off-by: Dan Ryan <dan@danryan.co> Update more packages Signed-off-by: Dan Ryan <dan@danryan.co> Update tests and utils Signed-off-by: Dan Ryan <dan@danryan.co> Still need to tackle last few failures - this will seriously help with resolution issues Add alembic new version Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co> Add updated regex dependency Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co> Add snaptime sdist Signed-off-by: Dan Ryan <dan@danryan.co> Update core.py encoding and add gitattributes Signed-off-by: Dan Ryan <dan@danryan.co> Fix deploy test Signed-off-by: Dan Ryan <dan@danryan.co> Add pytest things Signed-off-by: Dan Ryan <dan@danryan.co> Add py sdist Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co> Typo fix Signed-off-by: Dan Ryan <dan@danryan.co> Move away from structlog for testing Signed-off-by: Dan Ryan <dan@danryan.co> Remove em-dash and ellipsis characters - Replace with dashes and dots Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
ed3aefb
to
b74c658
Compare
pipenv lock