mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 04:15:49 +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(
|
||||||
test_name,
|
test_name,
|
||||||
python,
|
python,
|
||||||
args: files(test_name),
|
args: ['-B', files(test_name)],
|
||||||
env: test_env,
|
env: test_env,
|
||||||
suite: ['gobject'],
|
suite: ['gobject'],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user