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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user