We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0537581 commit 01b8d27Copy full SHA for 01b8d27
1 file changed
Lib/test/test_build_details.py
@@ -179,7 +179,7 @@ def test_c_api(self):
179
"Failed to import generate-build-details"
180
)
181
@unittest.skipIf(os.name != 'posix', 'Feature only implemented on POSIX right now')
182
-@unittest.skipIf(is_wasm32, 'Feature not available on WebAssembly builds')
+@unittest.skipIf(is_wasi or is_emscripten, 'Feature not available on WebAssembly builds')
183
class BuildDetailsRelativePathsTests(unittest.TestCase):
184
@property
185
def build_details_absolute_paths(self):
0 commit comments