File: tests-Avoid-pprint36-and-use-pprint-instead.patch

package info (click to toggle)
sphinx-toolbox 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,912 kB
  • sloc: python: 11,691; sh: 28; javascript: 25; makefile: 18
file content (20 lines) | stat: -rw-r--r-- 647 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: Kathara Sasikumar <katharasasikumar007@gmail.com>
Date: Fri, 6 Sep 2024 14:36:49 +0530
Subject: tests: Avoid pprint36 and use pprint instead

---
 tests/test_tweaks/test_tabsize.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_tweaks/test_tabsize.py b/tests/test_tweaks/test_tabsize.py
index f664fab..06566bc 100644
--- a/tests/test_tweaks/test_tabsize.py
+++ b/tests/test_tweaks/test_tabsize.py
@@ -1,6 +1,6 @@
 # 3rd party
 from coincidence.regressions import AdvancedFileRegressionFixture
-from pprint36 import pformat
+from pprint import pformat
 
 # this package
 from sphinx_toolbox import __version__