summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Pepiot <philippe.pepiot@logilab.fr>2019-11-27 16:53:59 +0100
committerPhilippe Pepiot <philippe.pepiot@logilab.fr>2019-11-27 16:53:59 +0100
commit7c1c2f5f844f5713795f8c0bb83447495c7e2845 (patch)
treefc98e91f0b56054f2f2b7ed0f1e579a78df99a2a
parent1fd09033a846d2dddfea78b2a413d243d330f283 (diff)
downloadlogilab-common-7c1c2f5f844f5713795f8c0bb83447495c7e2845.tar.gz
Make logilab-pytest a python3 script
-rwxr-xr-xbin/logilab-pytest2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/logilab-pytest b/bin/logilab-pytest
index 42df302..dcb86d1 100755
--- a/bin/logilab-pytest
+++ b/bin/logilab-pytest
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import warnings
warnings.simplefilter('default', DeprecationWarning)