Skip to content

Commit 01b8d27

Browse files
authored
Update test_build_details.py
1 parent 0537581 commit 01b8d27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_build_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def test_c_api(self):
179179
"Failed to import generate-build-details"
180180
)
181181
@unittest.skipIf(os.name != 'posix', 'Feature only implemented on POSIX right now')
182-
@unittest.skipIf(is_wasm32, 'Feature not available on WebAssembly builds')
182+
@unittest.skipIf(is_wasi or is_emscripten, 'Feature not available on WebAssembly builds')
183183
class BuildDetailsRelativePathsTests(unittest.TestCase):
184184
@property
185185
def build_details_absolute_paths(self):

0 commit comments

Comments
 (0)