Skip to content

Commit a21e314

Browse files
committed
fix ci
1 parent 8a5e0b2 commit a21e314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nbs/02_shell.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
"text/plain": [
707707
"[{'name': 'stdout',\n",
708708
" 'output_type': 'stream',\n",
709-
" 'text': ['CPU times: user 1 us, sys: 1 us, total: 2 us\\n',\n",
709+
" 'text': ['CPU times: user 1e+03 ns, sys: 1e+03 ns, total: 2 us\\n',\n",
710710
" 'Wall time: 3.1 us\\n']},\n",
711711
" {'data': {'text/plain': ['2']},\n",
712712
" 'metadata': {},\n",
@@ -762,7 +762,7 @@
762762
{
763763
"data": {
764764
"text/html": [
765-
"<pre>CPU times: user 1 us, sys: 1 us, total: 2 us\n",
765+
"<pre>CPU times: user 1e+03 ns, sys: 1e+03 ns, total: 2 us\n",
766766
"Wall time: 3.1 us\n",
767767
"</pre>\n",
768768
"<pre>2</pre>"
@@ -1802,7 +1802,7 @@
18021802
"\n",
18031803
"foo = _f()\n",
18041804
"\n",
1805-
"assert set(cc(\"b\")).issuperset(['bin', 'bool', 'break', 'breakpoint', 'bytearray', 'bytes'])\n",
1805+
"assert set(cc(\"b\")).issuperset(['bool', 'bytes'])\n",
18061806
"test_set(cc(\"foo.b\"), ['bar', 'baz'])\n",
18071807
"test_set(cc(\"x=1; x = foo.b\"), ['bar', 'baz'])\n",
18081808
"test_set(cc(\"ab\"), ['abs'])\n",

0 commit comments

Comments
 (0)