mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
fix broken numpy assert for 3.8
This commit is contained in:
parent
16a4b9c0a6
commit
df254f6aab
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ def test_ndarray(pyfile, target, run):
|
|||
{
|
||||
"type": "int32",
|
||||
"name": "0",
|
||||
"value": "np.int32(123)",
|
||||
"value": some.str.containing("123"),
|
||||
"variablesReference": some.int,
|
||||
}
|
||||
),
|
||||
|
|
@ -59,7 +59,7 @@ def test_ndarray(pyfile, target, run):
|
|||
{
|
||||
"type": "int32",
|
||||
"name": "1",
|
||||
"value": "np.int32(456)",
|
||||
"value": some.str.containing("456"),
|
||||
"variablesReference": some.int,
|
||||
}
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue