Skip to content

Commit bd7eb99

Browse files
some tox tests are passing
1 parent eb1b523 commit bd7eb99

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

notebooks/beginner/notebooks/testing1.ipynb

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@
5757
"!{sys.executable} -m pip install pytest\n",
5858
"!{sys.executable} -m pip install ipytest\n",
5959
"\n",
60-
"import ipytest.magics\n",
60+
"import ipytest\n",
6161
"import pytest\n",
62+
"ipytest.autoconfig()\n",
63+
"\n",
6264
"\n",
6365
"# Filename has to be set explicitly for ipytest \n",
6466
"__file__ = 'testing1.ipynb'"
@@ -130,9 +132,9 @@
130132
],
131133
"metadata": {
132134
"kernelspec": {
133-
"display_name": "Python 3",
135+
"display_name": "cs6010",
134136
"language": "python",
135-
"name": "python3"
137+
"name": "cs6010"
136138
},
137139
"language_info": {
138140
"codemirror_mode": {
@@ -144,9 +146,9 @@
144146
"name": "python",
145147
"nbconvert_exporter": "python",
146148
"pygments_lexer": "ipython3",
147-
"version": "3.5.4"
149+
"version": "3.7.9"
148150
}
149151
},
150152
"nbformat": 4,
151-
"nbformat_minor": 2
153+
"nbformat_minor": 4
152154
}

0 commit comments

Comments
 (0)