mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
Prevent taptestrunner to create a __pycache__ directory
This commit is contained in:
parent
5c5920d968
commit
9dab582f9c
@ -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'],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user