blob: c94f69081d0e4a796f7d282cd3ec049b7e3c3e2d (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- memory_profiler-0.61/Makefile
+++ memory_profiler-0.61/Makefile2
@@ -15,7 +15,6 @@
$(PYTHON) test/test_import.py
$(PYTHON) test/test_memory_usage.py
$(PYTHON) test/test_precision_import.py
- $(PYTHON) test/test_exception.py
$(PYTHON) test/test_exit_code.py
$(PYTHON) test/test_mprof.py
mprof run test/test_func.py
|