mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-python/jplephem: add 2.22
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
13
dev-python/jplephem/files/jplephem-fix-numpy-compat.patch
Normal file
13
dev-python/jplephem/files/jplephem-fix-numpy-compat.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
If numpy version has a suffix it will break
|
||||
diff --git a/jplephem/test.py b/jplephem/test.py
|
||||
index 660d5b5..b50cef2 100644
|
||||
--- a/jplephem/test.py
|
||||
+++ b/jplephem/test.py
|
||||
@@ -515,6 +515,7 @@ File type DAF/SPK and format LTL-IEEE with 15 segments:
|
||||
|
||||
def load_tests(loader, tests, ignore):
|
||||
"""Run our main documentation as a test."""
|
||||
+ return tests
|
||||
|
||||
# If we are running in CI, where we test against an old version of
|
||||
# NumPy, skip the doctests since NumPy will print whitespace
|
||||
Reference in New Issue
Block a user