File: 0004-Skip-notebook-tests.patch

package info (click to toggle)
python-pytest-benchmark 5.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,104 kB
  • sloc: python: 5,259; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Mon, 4 Nov 2024 12:47:59 +0100
Subject: Skip notebook tests

---
 pytest.ini | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pytest.ini b/pytest.ini
index 922eb16..141d22c 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -25,7 +25,6 @@ addopts =
     --ignore=src/pytest_benchmark/pep418.py
     --doctest-modules
     --doctest-glob=\*.rst
-    --nbmake
     --tb=short
 testpaths =
     tests