mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
Merge pull request #323572 from LeSuisse/nikola-8.3.1
python3Packages.nikola: 8.3.0 -> 8.3.1
This commit is contained in:
commit
98d2743c61
@ -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" ""
|
||||
|
Loading…
Reference in New Issue
Block a user