File: Skip-test_load_sample-that-requires-remote-data-access.patch

package info (click to toggle)
yt 4.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,084 kB
  • sloc: python: 132,484; ansic: 5,628; cpp: 1,588; javascript: 352; makefile: 138; sh: 43; csh: 36
file content (20 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Ole Streicher <olebole@debian.org>
Date: Sun, 7 Nov 2021 11:50:23 +0100
Subject: Skip test_load_sample that requires remote data access

---
 yt/tests/test_load_sample.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/yt/tests/test_load_sample.py b/yt/tests/test_load_sample.py
index f76ba4d..185c9d5 100644
--- a/yt/tests/test_load_sample.py
+++ b/yt/tests/test_load_sample.py
@@ -6,6 +6,7 @@ import textwrap
 
 import numpy as np
 import pytest
+pytestmark = pytest.mark.skip
 
 from yt.config import ytcfg
 from yt.loaders import load_sample