@@ -204,17 +204,28 @@ installed), make sure you have `pytest
204
204
::
205
205
206
206
>>> pd.test()
207
- running: pytest --skip-slow --skip-network C:\Users\TP\Anaconda3\envs\py36\lib\site-packages\pandas
208
- ============================= test session starts =============================
209
- platform win32 -- Python 3.6.2, pytest-3.6.0, py-1.4.34, pluggy-0.4.0
210
- rootdir: C:\Users\TP\Documents\Python\pandasdev\pandas, inifile: setup.cfg
211
- collected 12145 items / 3 skipped
207
+ running: pytest --skip-slow --skip-network --skip-db /home/user/anaconda3/lib/python3.9/site-packages/pandas
212
208
213
- ..................................................................S......
214
- ........S................................................................
215
- .........................................................................
209
+ ============================= test session starts ==============================
210
+ platform linux -- Python 3.9.7, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
211
+ rootdir: /home/user
212
+ plugins: dash-1.19.0, anyio-3.5.0, hypothesis-6.29.3
213
+ collected 154975 items / 4 skipped / 154971 selected
214
+ ........................................................................ [ 0%]
215
+ ........................................................................ [ 99%]
216
+ ....................................... [100%]
216
217
217
- ==================== 12130 passed, 12 skipped in 368.339 seconds =====================
218
+ ==================================== ERRORS ====================================
219
+
220
+ =================================== FAILURES ===================================
221
+
222
+ =============================== warnings summary ===============================
223
+
224
+ =========================== short test summary info ============================
225
+
226
+ = 1 failed, 146194 passed, 7402 skipped, 1367 xfailed, 5 xpassed, 197 warnings, 10 errors in 1090.16s (0:18:10) =
227
+
228
+ This is just an example of what information is shown. You might see a slightly different result as what is shown above.
218
229
219
230
.. _install.dependencies :
220
231
0 commit comments