Skip to content

Commit 62d318c

Browse files
Debian Science Teamrebecca-palmer
Debian Science Team
authored andcommitted
Use nonstrict xfail
Upstream strict-xfailed this instead of changing the expected message, which doesn't work here because it only fails in build, not autopkgtest Author: Rebecca N. Palmer <[email protected]> Forwarded: no Gbp-Pq: Name blosc_nonstrict_xfail.patch
1 parent 717e0cf commit 62d318c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/pytables/test_file_handling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def test_complibs(tmp_path, lvl, lib, request):
270270
# GH14478
271271
if PY311 and is_platform_linux() and lib == "blosc2" and lvl != 0:
272272
request.applymarker(
273-
pytest.mark.xfail(reason=f"Fails for {lib} on Linux and PY > 3.11")
273+
pytest.mark.xfail(reason=f"Fails for {lib} on Linux and PY > 3.11", strict=False)
274274
)
275275
df = DataFrame(
276276
np.ones((30, 4)), columns=list("ABCD"), index=np.arange(30).astype(np.str_)

0 commit comments

Comments
 (0)