mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-13 05:56:59 +02:00
Prevent taptestrunner to create a __pycache__ directory
This commit is contained in:
@ -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'],
|
||||
)
|
||||
|
Reference in New Issue
Block a user