Skip to content

Commit a256075

Browse files
committed
rockcraft: 1.9.0 -> 1.10.0
1 parent 24c32b0 commit a256075

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pkgs/by-name/ro/rockcraft/package.nix

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
python3Packages.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 {

0 commit comments

Comments
 (0)