Skip to content

Commit

Permalink
TST: execution order
Browse files Browse the repository at this point in the history
Created a separate test directory for environ so that it runs last and won't break other tests.
  • Loading branch information
aburrell committed Sep 3, 2020
1 parent c7359c6 commit 51296d5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
import pytest


@pytest.mark.skipif(sys.version_info.major == 2,
reason="only works on first import for Python 2")
@pytest.mark.xfail
class TestPyEnviron:
def setup(self):
self.igrf_path = os.path.join("aacgmv2", "aacgmv2",
Expand Down

0 comments on commit 51296d5

Please sign in to comment.