stratis-cli: 3.5.2 -> 3.5.3

Diff: https://github.com/stratis-storage/stratis-cli/compare/v3.5.2...v3.5.3
This commit is contained in:
Nick Cao 2023-06-07 22:55:54 +08:00
parent abb1b96c57
commit eda942ec6f
No known key found for this signature in database

View file

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "stratis-cli";
version = "3.5.2";
version = "3.5.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "stratis-storage";
repo = pname;
rev = "v${version}";
hash = "sha256-qQufRG+7Z7xUCRg2/aIzG8FH1j4PFFThS2ljwrT285s=";
hash = "sha256-YoPi2AtP6qZPMrlxbDAD0sDEKrSBHLLRcHbNLxlXXCk=";
};
propagatedBuildInputs = with python3Packages; [
@ -33,7 +33,6 @@ python3Packages.buildPythonApplication rec {
disabledTestPaths = [
# tests below require dbus daemon
"tests/whitebox/integration"
"tests/whitebox/monkey_patching"
];
pythonImportsCheck = [ "stratis_cli" ];