We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6a182 commit 98f36edCopy full SHA for 98f36ed
pytest_jupyter/jupyter_server.py
@@ -243,7 +243,7 @@ def jp_kernelspecs(jp_data_dir):
243
@pytest.fixture(params=[True, False])
244
def jp_contents_manager(request, jp_root_dir):
245
"""Returns a FileContentsManager instance based on the use_atomic_writing parameter value."""
246
- return FileContentsManager(root_dir=jp_root_dir, use_atomic_writing=request.param)
+ return FileContentsManager(root_dir=str(jp_root_dir), use_atomic_writing=request.param)
247
248
249
@pytest.fixture
0 commit comments