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 3257da4 commit 82f27e8Copy full SHA for 82f27e8
tests/test_sdist.py
@@ -2,7 +2,6 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-import os
6
import pathlib
7
import stat
8
import sys
@@ -144,7 +143,7 @@ def bar():
144
143
try:
145
pathlib.Path('pure.py').write_text(new)
146
pathlib.Path('other.py').touch()
147
- sdist_path = mesonpy.build_sdist(os.fspath(tmp_path))
+ sdist_path = mesonpy.build_sdist(tmp_path)
148
finally:
149
pathlib.Path('pure.py').write_text(old)
150
pathlib.Path('other.py').unlink()
0 commit comments