File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
pkgs/by-name/ro/rockcraft Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1111
1212python3Packages . buildPythonApplication rec {
1313 pname = "rockcraft" ;
14- version = "1.9 .0" ;
14+ version = "1.10 .0" ;
1515
1616 src = fetchFromGitHub {
1717 owner = "canonical" ;
1818 repo = "rockcraft" ;
1919 rev = version ;
20- hash = "sha256-cgNKMxQrD9/OfmY5YEnpbNDstDdXqc/wdfCb4HvsgNM =" ;
20+ hash = "sha256-LrUs6/YRQYU0o1kmNdBhafvDIyw91FnW8+9i0Jj5f+Y =" ;
2121 } ;
2222
2323 pyproject = true ;
@@ -53,6 +53,14 @@ python3Packages.buildPythonApplication rec {
5353 "test_run_init_django"
5454 ] ;
5555
56+ disabledTestPaths = [
57+ # Relies upon info in the .git directory which is stripped by fetchFromGitHub,
58+ # and the version is overridden anyway.
59+ "tests/integration/test_version.py"
60+ # Tests non-Nix native packaging
61+ "tests/integration/test_setuptools.py"
62+ ] ;
63+
5664 passthru = {
5765 updateScript = nix-update-script { } ;
5866 tests . version = testers . testVersion {
You can’t perform that action at this time.
0 commit comments