From 277bd868d96f50195b45dc2544bfbbb2d1d85cda Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 1 Nov 2022 14:22:54 +0100 Subject: [PATCH] python310Packages.pytest-doctestplus: 0.11.2 -> 0.12.1 --- .../python-modules/pytest-doctestplus/default.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pkgs/development/python-modules/pytest-doctestplus/default.nix b/pkgs/development/python-modules/pytest-doctestplus/default.nix index 5752bca4f66f..9f722ca92836 100644 --- a/pkgs/development/python-modules/pytest-doctestplus/default.nix +++ b/pkgs/development/python-modules/pytest-doctestplus/default.nix @@ -1,6 +1,5 @@ { lib , buildPythonPackage -, fetchpatch , fetchPypi , packaging , pytest @@ -11,14 +10,14 @@ buildPythonPackage rec { pname = "pytest-doctestplus"; - version = "0.11.2"; + version = "0.12.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "f393adf659709a5f111d6ca190871c61808a6f3611bd0a132e27e93b24dd3448"; + hash = "sha256-epeeS+mdkRbgesBmxfANRfOHZ319d5877zDG/6jHkYE="; }; nativeBuildInputs = [ @@ -37,15 +36,6 @@ buildPythonPackage rec { pytestCheckHook ]; - patches = [ - # Removal of distutils, https://github.com/astropy/pytest-doctestplus/pull/172 - (fetchpatch { - name = "distutils-removal.patch"; - url = "https://github.com/astropy/pytest-doctestplus/commit/ae2ee14cca0cde0fab355936995fa083529b00ff.patch"; - sha256 = "sha256-uryKV7bWw2oz0glyh2lpGqtDPFvRTo8RmI1N1n15/d4="; - }) - ]; - disabledTests = [ # ERROR: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] # __main__.py: error: unrecognized arguments: --remote-data