|
6 | 6 | import sys |
7 | 7 |
|
8 | 8 |
|
9 | | -TAGS = ("python2.7.17", "python3.7.5", "python3.8.0") |
| 9 | +TAGS = ("python2.7.17", "python3.7.6", "python3.8.1") |
10 | 10 |
|
11 | 11 | TESTDIR = "/tmp/test-linuxdeploy-plugin-python" |
12 | 12 | ROOTDIR = os.path.realpath(os.path.dirname(__file__) + "/..").strip() |
@@ -81,37 +81,37 @@ def __init__(self, *args, **kwargs): |
81 | 81 | def test_python38_base(self): |
82 | 82 | """Test the base functionalities of a Python 3 AppImage |
83 | 83 | """ |
84 | | - self.check_base("python3.8.0") |
| 84 | + self.check_base("python3.8.1") |
85 | 85 |
|
86 | 86 |
|
87 | 87 | def test_python38_modules(self): |
88 | 88 | """Test the modules availability of a Python 3 AppImage |
89 | 89 | """ |
90 | | - self.check_modules("python3.8.0") |
| 90 | + self.check_modules("python3.8.1") |
91 | 91 |
|
92 | 92 |
|
93 | 93 | def test_python38_venv(self): |
94 | 94 | """Test venv from a Python 3 AppImage |
95 | 95 | """ |
96 | | - self.check_venv("python3.8.0") |
| 96 | + self.check_venv("python3.8.1") |
97 | 97 |
|
98 | 98 |
|
99 | 99 | def test_python37_base(self): |
100 | 100 | """Test the base functionalities of a Python 3 AppImage |
101 | 101 | """ |
102 | | - self.check_base("python3.7.5") |
| 102 | + self.check_base("python3.7.6") |
103 | 103 |
|
104 | 104 |
|
105 | 105 | def test_python37_modules(self): |
106 | 106 | """Test the modules availability of a Python 3 AppImage |
107 | 107 | """ |
108 | | - self.check_modules("python3.7.5") |
| 108 | + self.check_modules("python3.7.6") |
109 | 109 |
|
110 | 110 |
|
111 | 111 | def test_python37_venv(self): |
112 | 112 | """Test venv from a Python 3 AppImage |
113 | 113 | """ |
114 | | - self.check_venv("python3.7.5") |
| 114 | + self.check_venv("python3.7.6") |
115 | 115 |
|
116 | 116 |
|
117 | 117 | def test_python2_base(self): |
|
0 commit comments