blob: f781933abf7905ea674280981e448a1fd94a33ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|