gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 09/264: smbserver: pin Python version to 2 since we are not yet


From: gnunet
Subject: [gnurl] 09/264: smbserver: pin Python version to 2 since we are not yet 3 compatible
Date: Thu, 30 Apr 2020 16:05:12 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit ba0e6fbd30a2f5130b34525f4d7920b8b98ff0b0
Author: Marc Hoersken <address@hidden>
AuthorDate: Thu Mar 12 09:26:00 2020 +0100

    smbserver: pin Python version to 2 since we are not yet 3 compatible
    
    Even though the existing code can be fixed to run on Python 3, the
    tests will fail due to the Unicode transition the protocol is invalid.
    
    Follow up to ee63837
    Closes #5085
---
 tests/smbserver.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/smbserver.py b/tests/smbserver.py
index fbebe1015..4152bb6c5 100755
--- a/tests/smbserver.py
+++ b/tests/smbserver.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 #  Project                     ___| | | |  _ \| |

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]