Skip to content

Commit 765d8e4

Browse files
committed
unittest: remove curses A_CHARTEXT (fix for windows)
1 parent 64caeef commit 765d8e4

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

test/src/dense_qp_solve.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#
22
# Copyright (c) 2022, INRIA
33
#
4-
from curses import A_CHARTEXT
54
import proxsuite
65
import numpy as np
76
import scipy.sparse as spa

test/src/dense_qp_wrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#
22
# Copyright (c) 2022, INRIA
33
#
4-
from curses import A_CHARTEXT
54
import proxsuite
65
import numpy as np
76
import scipy.sparse as spa

test/src/sparse_qp_solve.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#
22
# Copyright (c) 2022, INRIA
33
#
4-
from curses import A_CHARTEXT
54
import proxsuite
65
import numpy as np
76
import scipy.sparse as spa

0 commit comments

Comments
 (0)