summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xbin/pytest2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fda9e9..bea18b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,9 @@ ChangeLog for logilab.common
============================
--
- * graph: ensure output is orderd on node and graph ids (#202314)
+ * pytest: use 'env' to run the python interpreter
+
+ * graph: ensure output is ordered on node and graph ids (#202314)
2013-16-12 -- 0.60.1
diff --git a/bin/pytest b/bin/pytest
index 88f74ae..42df302 100755
--- a/bin/pytest
+++ b/bin/pytest
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/env python
import warnings
warnings.simplefilter('default', DeprecationWarning)