Skip to content

Commit 98b124e

Browse files
committed
run patch tests by default
1 parent 1382226 commit 98b124e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

testscripts/languages/python_missing_so.test.txt renamed to testscripts/languages/python_patch_missing_so.test.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
# libstdc++.so. The nixpkgs Python interpreter doesn't search standard system
88
# paths, so Devbox must patch it or provide the location of native dependencies.
99

10-
[!env:DEVBOX_RUN_FAILING_TESTS] skip 'this test doesn''t pass on Linux yet'
11-
1210
exec devbox install
1311

1412
# pip install numpy

testscripts/languages/python_old_glibc.test.txt renamed to testscripts/languages/python_patch_old_glibc.test.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# Check that an older version of the Python interpreter (3.7) can import and run
44
# pip packages that are built from source.
55

6-
[!env:DEVBOX_RUN_FAILING_TESTS] skip 'this test doesn''t pass on Linux yet'
7-
86
exec devbox install
97

108
# pip install psycopg2

0 commit comments

Comments
 (0)