diff --git a/testscripts/languages/python_missing_so.test.txt b/testscripts/languages/python_missing_so.test.txt index 3e9adfa7a54..44ca1afa17f 100644 --- a/testscripts/languages/python_missing_so.test.txt +++ b/testscripts/languages/python_missing_so.test.txt @@ -7,7 +7,7 @@ # libstdc++.so. The nixpkgs Python interpreter doesn't search standard system # paths, so Devbox must patch it or provide the location of native dependencies. -[!env:DEVBOX_RUN_FAILING_TESTS] [linux] skip 'this test doesn''t pass on Linux yet' +[!env:DEVBOX_RUN_FAILING_TESTS] skip 'this test doesn''t pass on Linux yet' exec devbox install diff --git a/testscripts/languages/python_old_glibc.test.txt b/testscripts/languages/python_old_glibc.test.txt index b3379ad820a..ae38ec4fffe 100644 --- a/testscripts/languages/python_old_glibc.test.txt +++ b/testscripts/languages/python_old_glibc.test.txt @@ -3,7 +3,7 @@ # Check that an older version of the Python interpreter (3.7) can import and run # pip packages that are built from source. -[!env:DEVBOX_RUN_FAILING_TESTS] [linux] skip 'this test doesn''t pass on Linux yet' +[!env:DEVBOX_RUN_FAILING_TESTS] skip 'this test doesn''t pass on Linux yet' exec devbox install