We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef32b6 commit 2753b8fCopy full SHA for 2753b8f
doc/source/whatsnew/v0.20.0.txt
@@ -11,7 +11,9 @@ Highlights include:
11
12
- Building pandas for development now requires ``cython >= 0.23`` (:issue:`14831`)
13
- The ``.ix`` indexer has been deprecated, see :ref:`here <whatsnew_0200.api_breaking.deprecate_ix>`
14
-- Switched the test framework to pytest (:issue:`13097`)
+- Switched the test framework to `pytest`_ (:issue:`13097`)
15
+
16
+.. _pytest: http://doc.pytest.org/en/latest/
17
18
Check the :ref:`API Changes <whatsnew_0200.api_breaking>` and :ref:`deprecations <whatsnew_0200.deprecations>` before updating.
19
test_multi.sh
0 commit comments