Skip to content

Commit

Permalink
Merge 7c35fe1 into 1cb8343
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Apr 16, 2020
2 parents 1cb8343 + 7c35fe1 commit e27a1d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions arch/tests/utility/test_array.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import datetime as dt
import os

import numpy as np
from numpy.random import RandomState
Expand Down Expand Up @@ -263,7 +262,5 @@ def test_find_index(self):
assert idx == 1


@pytest.mark.skipif(os.name != "nt", reason="XVFB is broken on travis")
class TestDoc(object):
def test_doc(self):
doc()
def test_doc(self):
doc()

0 comments on commit e27a1d4

Please sign in to comment.