mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-04 15:32:11 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
@@ -26,15 +26,6 @@ class TestPythonClick(TestPythonPackageBase):
|
||||
self.assertEqual(exit_code, 2)
|
||||
|
||||
|
||||
class TestPythonPy2Click(TestPythonClick):
|
||||
__test__ = True
|
||||
config = TestPythonClick.config + \
|
||||
"""
|
||||
BR2_PACKAGE_PYTHON=y
|
||||
BR2_PACKAGE_PYTHON_CLICK=y
|
||||
"""
|
||||
|
||||
|
||||
class TestPythonPy3Click(TestPythonClick):
|
||||
__test__ = True
|
||||
config = TestPythonClick.config + \
|
||||
|
||||
Reference in New Issue
Block a user