File: skip-jsmin-bench.patch

package info (click to toggle)
python-rjsmin 1.2.5%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,256 kB
  • sloc: javascript: 8,503; python: 5,315; ansic: 821; sh: 100; makefile: 19
file content (18 lines) | stat: -rw-r--r-- 517 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Skip jsmin tests as dropped from source
Author: James Page <james.page@ubuntu.com>
Forwared: not-needed
Last-Update: 2026-02-27

Index: python-rjsmin/bench/main.py
===================================================================
--- python-rjsmin.orig/bench/main.py
+++ python-rjsmin/bench/main.py
@@ -50,8 +50,6 @@
 
 
 class jsmins(object):
-    from bench import jsmin as p_01_simple_port
-
     if _sys.version_info >= (2, 4):
         from bench import jsmin_2_0_9 as p_02_jsmin_2_0_9
     else: