Skip to content

Commit

Permalink
add news entry
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed May 20, 2019
1 parent a1973f4 commit e6b2f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/3745.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Normalize the package names to lowercase when comparing used and in-Pipfile packages.
1 change: 1 addition & 0 deletions tests/integration/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def test_install_parse_error(PipenvInstance, pypi):
@pytest.mark.code
@pytest.mark.check
@pytest.mark.unused
@pytest.mark.needs_internet(reason='required by check')
def test_check_unused(PipenvInstance, pypi):
with PipenvInstance(chdir=True, pypi=pypi) as p:
with open('__init__.py', 'w') as f:
Expand Down

0 comments on commit e6b2f64

Please sign in to comment.