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 494d879 commit 5451aebCopy full SHA for 5451aeb
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
@@ -139,7 +138,7 @@ def bar():
139
138
try:
140
pathlib.Path('pure.py').write_text(new)
141
pathlib.Path('other.py').touch()
142
- sdist_path = mesonpy.build_sdist(os.fspath(tmp_path))
+ sdist_path = mesonpy.build_sdist(tmp_path)
143
finally:
144
pathlib.Path('pure.py').write_text(old)
145
pathlib.Path('other.py').unlink()
0 commit comments