diff --git a/tests/conftest.py b/tests/conftest.py index f14be09..0948066 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -15,7 +15,7 @@ def cluster(): cluster = ipp.Cluster(engines="mpi", n=2) rc = cluster.start_and_connect_sync() - print(rc[:].apply_sync(os.getcwd).get()) + print(rc[:].apply_sync(os.chdir, os.getcwd())) yield rc cluster.stop_cluster_sync()