Commit 2f2d611c authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.iniconfig: improve doCheck = false comment

parent 46688f8e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -32,7 +32,9 @@ buildPythonPackage rec {
    "iniconfig"
  ];

  doCheck = false; # avoid circular import with pytest
  # Requires pytest, which in turn requires this package - causes infinite
  # recursion. See also: https://github.com/NixOS/nixpkgs/issues/63168
  doCheck = false;

  meta = with lib; {
    description = "brain-dead simple parsing of ini files";