Remove shebangs from test files

They should be executed with a runner like nose, not directly.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2019-10-04 15:20:01 +02:00
parent 26962d94ca
commit 43fb06e00f
33 changed files with 0 additions and 175 deletions

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
import json
@ -801,7 +800,3 @@ class TestGetBuildrootRPMs(unittest.TestCase):
'kbd-2.0.2-8.fc23.x86_64',
'coreutils-8.24-6.fc23.x86_64',
])
if __name__ == "__main__":
unittest.main()