diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index e312889f2eb6a..adc8b3d08d441 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -204,17 +204,28 @@ installed), make sure you have `pytest :: >>> pd.test() - running: pytest --skip-slow --skip-network C:\Users\TP\Anaconda3\envs\py36\lib\site-packages\pandas - ============================= test session starts ============================= - platform win32 -- Python 3.6.2, pytest-3.6.0, py-1.4.34, pluggy-0.4.0 - rootdir: C:\Users\TP\Documents\Python\pandasdev\pandas, inifile: setup.cfg - collected 12145 items / 3 skipped + running: pytest --skip-slow --skip-network --skip-db /home/user/anaconda3/lib/python3.9/site-packages/pandas - ..................................................................S...... - ........S................................................................ - ......................................................................... + ============================= test session starts ============================== + platform linux -- Python 3.9.7, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 + rootdir: /home/user + plugins: dash-1.19.0, anyio-3.5.0, hypothesis-6.29.3 + collected 154975 items / 4 skipped / 154971 selected + ........................................................................ [ 0%] + ........................................................................ [ 99%] + ....................................... [100%] - ==================== 12130 passed, 12 skipped in 368.339 seconds ===================== + ==================================== ERRORS ==================================== + + =================================== FAILURES =================================== + + =============================== warnings summary =============================== + + =========================== short test summary info ============================ + + = 1 failed, 146194 passed, 7402 skipped, 1367 xfailed, 5 xpassed, 197 warnings, 10 errors in 1090.16s (0:18:10) = + +This is just an example of what information is shown. You might see a slightly different result as what is shown above. .. _install.dependencies: