Merge pull request #323572 from LeSuisse/nikola-8.3.1

python3Packages.nikola: 8.3.0 -> 8.3.1
This commit is contained in:
Weijia Wang 2024-07-06 20:56:37 +02:00 committed by GitHub
commit 98d2743c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,6 @@
doit,
feedparser,
fetchPypi,
fetchpatch2,
freezegun,
ghp-import,
hsluv,
@ -55,14 +54,6 @@ buildPythonPackage rec {
hash = "sha256-IfJB2Rl3c1MyEiuyNpT3udfpM480VvFD8zosJFDHr7k=";
};
patches = [
(fetchpatch2 {
name = "nikola-pytest8-compat.patch";
url = "https://github.com/getnikola/nikola/commit/5f1003f91cd59f62622d379efe9be5fb19a1ed3e.patch";
hash = "sha256-2H3125RUnwvN/XgwgfRe1139rhAz/9viMEcUYRGQMPs=";
})
];
postPatch = ''
substituteInPlace setup.cfg \
--replace-fail "--cov nikola --cov-report term-missing" ""