lol

python310Packages.pytest-doctestplus: 0.11.2 -> 0.12.1

+2 -12
+2 -12
pkgs/development/python-modules/pytest-doctestplus/default.nix
··· 1 { lib 2 , buildPythonPackage 3 - , fetchpatch 4 , fetchPypi 5 , packaging 6 , pytest ··· 11 12 buildPythonPackage rec { 13 pname = "pytest-doctestplus"; 14 - version = "0.11.2"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.7"; 18 19 src = fetchPypi { 20 inherit pname version; 21 - sha256 = "f393adf659709a5f111d6ca190871c61808a6f3611bd0a132e27e93b24dd3448"; 22 }; 23 24 nativeBuildInputs = [ ··· 35 36 checkInputs = [ 37 pytestCheckHook 38 - ]; 39 - 40 - patches = [ 41 - # Removal of distutils, https://github.com/astropy/pytest-doctestplus/pull/172 42 - (fetchpatch { 43 - name = "distutils-removal.patch"; 44 - url = "https://github.com/astropy/pytest-doctestplus/commit/ae2ee14cca0cde0fab355936995fa083529b00ff.patch"; 45 - sha256 = "sha256-uryKV7bWw2oz0glyh2lpGqtDPFvRTo8RmI1N1n15/d4="; 46 - }) 47 ]; 48 49 disabledTests = [
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 , packaging 5 , pytest ··· 10 11 buildPythonPackage rec { 12 pname = "pytest-doctestplus"; 13 + version = "0.12.1"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.7"; 17 18 src = fetchPypi { 19 inherit pname version; 20 + hash = "sha256-epeeS+mdkRbgesBmxfANRfOHZ319d5877zDG/6jHkYE="; 21 }; 22 23 nativeBuildInputs = [ ··· 34 35 checkInputs = [ 36 pytestCheckHook 37 ]; 38 39 disabledTests = [