mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -15,5 +15,4 @@ class TestPythonPy3Pytest(TestPythonPackageBase):
|
||||
def run_sample_scripts(self):
|
||||
for script in self.sample_scripts:
|
||||
cmd = self.interpreter + " -m pytest " + os.path.basename(script)
|
||||
_, exit_code = self.emulator.run(cmd, timeout=self.timeout)
|
||||
self.assertEqual(exit_code, 0)
|
||||
self.assertRunOk(cmd, timeout=self.timeout)
|
||||
|
||||
Reference in New Issue
Block a user