From db5dcb466bee31832b8fc859272b4e858eabb480 Mon Sep 17 00:00:00 2001 From: Brigitta Sipocz Date: Sun, 29 May 2016 01:47:55 +0100 Subject: [PATCH] Importing pytest from astropy to be consistent with the rest of the test files [skip ci] --- astroquery/atomic/tests/test_atomic_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroquery/atomic/tests/test_atomic_remote.py b/astroquery/atomic/tests/test_atomic_remote.py index 3977ae68a2..daded68233 100644 --- a/astroquery/atomic/tests/test_atomic_remote.py +++ b/astroquery/atomic/tests/test_atomic_remote.py @@ -3,7 +3,7 @@ from astropy import units as u from astropy.table import Table from astropy.tests.helper import remote_data -import pytest +from astropy.tests.helper import pytest from ...utils import commons from ...atomic import AtomicLineList