From ba0e6fbd30a2f5130b34525f4d7920b8b98ff0b0 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Thu, 12 Mar 2020 09:26:00 +0100 Subject: 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 ___| | | | _ \| | -- cgit v1.2.1