Skip to content

Commit

Permalink
use joinpath for notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Nov 21, 2023
1 parent 7d08e03 commit 6e59ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@pytest.fixture()
def common_kwargs(tmp_path):
outputnb = tmp_path.join('output.ipynb')
outputnb = tmp_path.joinpath('output.ipynb')
return {
'output_path': str(outputnb),
'kernel_name': f'python{sys.version_info.major}',
Expand Down

0 comments on commit 6e59ac7

Please sign in to comment.