Add ldap module -> pyldap package mapping

PY-26050 fixed.
This commit is contained in:
Semyon Proshev
2017-10-05 17:00:55 +03:00
parent 2f4dd5c73d
commit d370ef8c36
4 changed files with 9 additions and 19 deletions
+2 -1
View File
@@ -4758,4 +4758,5 @@ jenkins python-jenkins
pipeline django-pipeline
PIL Pillow
robot robotframework
cv2 opencv-python
cv2 opencv-python
ldap pyldap
@@ -13,4 +13,5 @@ django-simple-captcha
Pillow
pyzmq
robotframework
opencv-python
opencv-python
pyldap
@@ -1,4 +1,4 @@
<warning descr="Package requirements 'factory-boy', 'python-magic', 'attrs', 'python-jenkins', 'python-dateutil', 'PyYAML', 'beautifulsoup4', 'scikit-learn', 'future', 'django-pipeline', 'django_jsonfield', 'django-simple-captcha', 'Pillow', 'pyzmq', 'robotframework', 'opencv-python' are not satisfied">import factory
<warning descr="Package requirements 'factory-boy', 'python-magic', 'attrs', 'python-jenkins', 'python-dateutil', 'PyYAML', 'beautifulsoup4', 'scikit-learn', 'future', 'django-pipeline', 'django_jsonfield', 'django-simple-captcha', 'Pillow', 'pyzmq', 'robotframework', 'opencv-python', 'pyldap' are not satisfied">import factory
import magic
import attr
import jenkins
@@ -13,4 +13,5 @@ import captcha
import PIL
import zmq
import robot
import cv2</warning>
import cv2
import ldap</warning>
@@ -1,18 +1,4 @@
/*
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.jetbrains.python.inspections;
import com.intellij.openapi.projectRoots.Sdk;
@@ -71,6 +57,7 @@ public class PyPackageRequirementsInspectionTest extends PyInspectionTestCase {
}
// PY-11963
// PY-26050
public void testMismatchBetweenPackageAndRequirement() {
doMultiFileTest("test1.py");
}