style changes and remove spurious runc test call at the bottom

This commit is contained in:
Andrej Karpathy 2023-08-16 02:22:13 +00:00
parent d47fc41b6a
commit 62a6d69d86
2 changed files with 16 additions and 21 deletions

View File

@ -191,6 +191,3 @@ jobs:
- name: Test with pytest
shell: powershell
run: pytest

View File

@ -87,5 +87,3 @@ def test_python():
text = text.encode('ascii') # turn into bytes
assert text == expected_stdout
test_runc()