Unverified Commit 39c0c6f2 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #255256 from doronbehar/pkg/python-iniconfig

python3.pkgs.iniconfig: improve doCheck = false comment
parents 992ccca2 2f2d611c
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";