From e6b2f6463a905268641158564a23ccef0251586e Mon Sep 17 00:00:00 2001 From: frostming Date: Mon, 20 May 2019 12:45:09 +0800 Subject: [PATCH] add news entry --- news/3745.bugfix.rst | 1 + tests/integration/test_cli.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 news/3745.bugfix.rst diff --git a/news/3745.bugfix.rst b/news/3745.bugfix.rst new file mode 100644 index 0000000000..229047a40d --- /dev/null +++ b/news/3745.bugfix.rst @@ -0,0 +1 @@ +Normalize the package names to lowercase when comparing used and in-Pipfile packages. diff --git a/tests/integration/test_cli.py b/tests/integration/test_cli.py index 0af5bedb8e..27314b7354 100644 --- a/tests/integration/test_cli.py +++ b/tests/integration/test_cli.py @@ -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: