mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 15:11:30 +00:00
python3Packages.click: ignore pytest 10 deprecations
They're fixed in 8.4.x but we're not quite ready yet to update.
This commit is contained in:
@@ -30,6 +30,10 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
pytestFlags = [
|
||||
"-Wignore::pytest.PytestRemovedIn10Warning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# for some reason the tests fail to execute cat, even though they run with less just fine,
|
||||
# even adding coreutils to nativeCheckInputs explicitly does not change anything
|
||||
|
||||
Reference in New Issue
Block a user