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

@@ -5,7 +5,6 @@ try:
from mpi4py import MPI from mpi4py import MPI
except ImportError: except ImportError:
MPI = None MPI = None
@with_mpi() @with_mpi()
def test_mpi_weighted_mean(): def test_mpi_weighted_mean():

View File

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