mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
Merge branch 'ignore_pycache_directories' into 'master'
Ignore */__pycache__/* directories See merge request GNOME/glib!935
This commit is contained in:
commit
92cd91cee6
@ -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