Prevent taptestrunner to create a __pycache__ directory

This commit is contained in:
Emmanuel Fleury 2019-06-20 10:25:59 +02:00
parent 5c5920d968
commit 9dab582f9c

View File

@ -115,7 +115,7 @@ foreach test_name : python_tests
test(
test_name,
python,
args: files(test_name),
args: ['-B', files(test_name)],
env: test_env,
suite: ['gobject'],
)