python3Packages.plux: disable test incompatible with pytest 9 (#505983)

This commit is contained in:
Nick Cao
2026-04-03 18:55:42 +00:00
committed by GitHub
@@ -34,6 +34,13 @@ buildPythonPackage rec {
export HOME=$TMPDIR
'';
disabledTests = [
# Fails with pytest >= 9 which uses PEP 639 License-Expression metadata
# instead of legacy License field. Upstream pins pytest==8.4.1 in CI.
# https://github.com/localstack/plux/pull/46
"test_resolve_distribution_information"
];
pythonImportsCheck = [ "plugin.core" ];
meta = {