File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
pkgs/by-name/st/stratis-cli Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 77
88python3Packages . buildPythonApplication rec {
99 pname = "stratis-cli" ;
10- version = "3.8.0 " ;
10+ version = "3.8.1 " ;
1111 pyproject = true ;
1212
1313 src = fetchFromGitHub {
1414 owner = "stratis-storage" ;
1515 repo = "stratis-cli" ;
1616 tag = "v${ version } " ;
17- hash = "sha256-hbkklUX8QHGl9O+0Bcem6nbwyp6jbzFz5YtArh0W0oE =" ;
17+ hash = "sha256-zyby53QEC9txH/EP0plV4vUg9fRV6tZJtdQEWQ2iKCA =" ;
1818 } ;
1919
2020 build-system = with python3Packages ; [
@@ -42,6 +42,8 @@ python3Packages.buildPythonApplication rec {
4242
4343 pythonImportsCheck = [ "stratis_cli" ] ;
4444
45+ env . STRATIS_STRICT_POOL_FEATURES = "1" ; # required for unit tests
46+
4547 passthru . tests = nixosTests . stratis ;
4648
4749 meta = with lib ; {
You can’t perform that action at this time.
0 commit comments