devpi-web: disable deleted mirror index test

Was newly added and fails only on darwin. The underlying feature seems
to work fine, see: https://github.com/devpi/devpi/issues/1114
This commit is contained in:
confus
2026-03-20 19:32:17 +01:00
parent 22bae6619b
commit dcaf75a193
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
gitUpdater,
@@ -70,6 +71,11 @@ buildPythonPackage (finalAttrs: {
webtest
];
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
# https://github.com/devpi/devpi/issues/1114
"test_dont_index_deleted_mirror"
];
pythonImportsCheck = [ "devpi_web" ];
# devpi uses a monorepo for server, common, client and web