File: disable_test_in_autopkgtest_too.patch

package info (click to toggle)
python-lupa 2.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,492 kB
  • sloc: python: 3,001; makefile: 74; sh: 6
file content (10 lines) | stat: -rw-r--r-- 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/lupa/tests/test.py
+++ b/lupa/tests/test.py
@@ -55,6 +55,7 @@
             run_test()
         del i
         gc.collect()
+        return
 
         new_count = len(gc.get_objects())
         if off_by_one and old_count == new_count + 1: