14 buildPythonPackage rec {
15 pname = "pytest-doctestplus";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-JHKoosjOo00vZfZJlUP663SO7LWcWXhS/ZiDm0cwdnk=";
27 substituteInPlace pytest_doctestplus/plugin.py \
28 --replace-fail '"git"' '"${lib.getExe gitMinimal}"'
39 propagatedBuildInputs = [
50 # ERROR: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...]
51 # __main__.py: error: unrecognized arguments: --remote-data
52 "test_remote_data_url"
53 "test_remote_data_float_cmp"
54 "test_remote_data_ignore_whitespace"
55 "test_remote_data_ellipsis"
56 "test_remote_data_requires"
57 "test_remote_data_ignore_warnings"
61 description = "Pytest plugin with advanced doctest features";
62 homepage = "https://astropy.org";
63 license = licenses.bsd3;
64 maintainers = with maintainers; [ ];