1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Wed, 26 Dec 2018 12:26:52 +0000
Subject: Fix tests
Disable tests that require the network or external data
Forwarded: not-needed
---
pyspectral/tests/__init__.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/pyspectral/tests/__init__.py b/pyspectral/tests/__init__.py
index b6039d7..bfac2b8 100644
--- a/pyspectral/tests/__init__.py
+++ b/pyspectral/tests/__init__.py
@@ -17,3 +17,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""The tests package."""
+
|