test fixes

This commit is contained in:
Peter Zhokhov
2019-05-03 16:36:03 -07:00
parent 75200671c4
commit 1ab9fae0b5
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,6 @@ try:
except ImportError:
MPI = None
@with_mpi()
def test_mpi_weighted_mean():
comm = MPI.COMM_WORLD

View File

@@ -14,6 +14,7 @@ extras = {
'pytest-forked',
'atari-py',
'matplotlib',
'pandas'
],
'mpi': [
'mpi4py'