poetryPlugins.poetry-plugin-up: mark broken
This commit is contained in:
@@ -20,14 +20,17 @@ buildPythonPackage rec {
|
||||
hash = "sha256-PWHbMDGL9CGLRmvFWLOztUW0f/TJioPjQtAgpyCbAqw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
poetry
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-mock
|
||||
poetry
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
@@ -40,5 +43,7 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/MousaZeidBaker/poetry-plugin-up/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.k900 ];
|
||||
# https://github.com/MousaZeidBaker/poetry-plugin-up/pull/70
|
||||
broken = lib.versionAtLeast poetry.version "2";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user