python3Packages.sunpy: 7.1.0 -> 7.1.2
Diff: https://github.com/sunpy/sunpy/compare/v7.1.0...v7.1.2 Changelog: https://docs.sunpy.org/en/stable/whatsnew/changelog.html
This commit is contained in:
@@ -60,14 +60,15 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "sunpy";
|
||||
version = "7.1.0";
|
||||
version = "7.1.2";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sunpy";
|
||||
repo = "sunpy";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-FeKmg3dZfbbjt1lDliF4uXf8PvM3J5HWtYqKRriJ4l0=";
|
||||
hash = "sha256-saq3vYJMKogXSBxKn/tqlSnE96K10EM27femC+Qx0Gw=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -179,6 +180,10 @@ buildPythonPackage (finalAttrs: {
|
||||
"test_main_submodule_map"
|
||||
"test_tai_seconds"
|
||||
"test_utime"
|
||||
|
||||
# AssertionError: assert 2 == 1
|
||||
# where 2 = len(WarningsChecker(record=True))
|
||||
"test_sunpy_warnings_logging"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user