File: Remove-outdated-and-unused-doctest-rst-option-from-pytest.patch

package info (click to toggle)
sunpy 6.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,556 kB
  • sloc: python: 39,355; ansic: 1,714; makefile: 36
file content (20 lines) | stat: -rw-r--r-- 497 bytes parent folder | download
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: Mon, 29 Jan 2018 17:10:26 +0100
Subject: Remove outdated and unused --doctest-rst option from pytest.ini

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

diff --git a/pytest.ini b/pytest.ini
index ddd9aeb..f73810b 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -21,7 +21,6 @@ doctest_optionflags =
     FLOAT_CMP
     ELLIPSIS
 addopts =
-    --doctest-rst
     -p no:unraisableexception
     -p no:threadexception
     -m "not mpl_image_compare"