summary refs log tree commit diff
path: root/pkgs/development/python-modules/pylint
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-09-13 13:49:55 +0100
committerJörg Thalheim <joerg@thalheim.io>2019-09-13 13:53:20 +0100
commit08d556c0e8590a2aabd321c3b7b4f40ae6ea1f92 (patch)
tree2029f4fac21869df25fd2269f389e5f76a92eb31 /pkgs/development/python-modules/pylint
parente0b945b166638d65f6ba660c6eb8ec98da47e3ae (diff)
downloadnixpkgs-08d556c0e8590a2aabd321c3b7b4f40ae6ea1f92.tar
nixpkgs-08d556c0e8590a2aabd321c3b7b4f40ae6ea1f92.tar.gz
nixpkgs-08d556c0e8590a2aabd321c3b7b4f40ae6ea1f92.tar.bz2
nixpkgs-08d556c0e8590a2aabd321c3b7b4f40ae6ea1f92.tar.lz
nixpkgs-08d556c0e8590a2aabd321c3b7b4f40ae6ea1f92.tar.xz
nixpkgs-08d556c0e8590a2aabd321c3b7b4f40ae6ea1f92.tar.zst
nixpkgs-08d556c0e8590a2aabd321c3b7b4f40ae6ea1f92.zip
python.pkgs.pylint_1_9: 1.9.4 -> 1.9.5
Also fix build by skipping a test that requires setuptools to be present.
(Also just adding setuptools does not fix the issue either?)
Diffstat (limited to 'pkgs/development/python-modules/pylint')
-rw-r--r--pkgs/development/python-modules/pylint/1.9.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pylint/1.9.nix b/pkgs/development/python-modules/pylint/1.9.nix
index c088ea6a396..96f50568f78 100644
--- a/pkgs/development/python-modules/pylint/1.9.nix
+++ b/pkgs/development/python-modules/pylint/1.9.nix
@@ -4,7 +4,7 @@
 
 buildPythonPackage rec {
   pname = "pylint";
-  version = "1.9.4";
+  version = "1.9.5";
 
   src = fetchPypi {
     inherit pname version;
@@ -24,6 +24,8 @@ buildPythonPackage rec {
     pytest pylint/test -k "not ${lib.concatStringsSep " and not " (
       [ # Broken test
         "test_good_comprehension_checks"
+        # requires setuptools
+        "test_pkginfo"
         # See PyCQA/pylint#2535
         "test_libmodule" ] ++
       # Disable broken darwin tests