File: 0001-test_get_fs_path.patch

package info (click to toggle)
xarray-sentinel 0.9.6~rc1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,892 kB
  • sloc: xml: 77,744; python: 2,545; makefile: 49; sh: 17
file content (23 lines) | stat: -rw-r--r-- 698 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Bas Couwenberg <sebastic@debian.org>
Date: Sun, 6 Apr 2025 11:32:13 +0000
Subject: Mark test_get_fs_path as xfail.

Bug-Debian: https://bugs.debian.org/1044052

Forwarded: https://github.com/bopen/xarray-sentinel/issues/130
---
 tests/test_30_sentinel1_fsspec.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_30_sentinel1_fsspec.py b/tests/test_30_sentinel1_fsspec.py
index c8c4373..23a74e4 100644
--- a/tests/test_30_sentinel1_fsspec.py
+++ b/tests/test_30_sentinel1_fsspec.py
@@ -51,6 +51,7 @@ GRD_IW_VV_annotation = (
 )
 
 
+@pytest.mark.xfail(strict=False, reason="ValueError not raised")
 def test_get_fs_path() -> None:
     fs, path = sentinel1.get_fs_path(SLC_IW)