mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #255256 from doronbehar/pkg/python-iniconfig
python3.pkgs.iniconfig: improve doCheck = false comment
This commit is contained in:
commit
39c0c6f269
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user