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:
|