python3Packages.resolvelib: disable some tests

They were broken by .packaging update.
Upstream has fixed this, but that won't apply to this version
and we can't update .resolvelib without breaking ansible_2_12.
This commit is contained in:
Vladimír Čunát 2023-03-11 16:10:05 +01:00
parent 140a35879a
commit 52f84b7e22
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -25,6 +25,17 @@ buildPythonPackage rec {
commentjson
pytestCheckHook
];
# TODO: reenable after updating to >= 1.0.0
# https://github.com/sarugaku/resolvelib/issues/114
disabledTests = [
"shared_parent_dependency"
"deep_complex_conflict"
"shared_parent_dependency_with_swapping"
"spapping_and_rewinding"
"pruned_unresolved_orphan"
"conflict_common_parent"
"same-package"
];
pythonImportsCheck = [
"resolvelib"