Skip to content

Commit d055ee0

Browse files
author
luke
committed
add GH and try fix doc build
1 parent 0c6c029 commit d055ee0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/whatsnew/v2.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ Other API changes
510510
Deprecations
511511
~~~~~~~~~~~~
512512
- Deprecated argument ``infer_datetime_format`` in :func:`to_datetime` and :func:`read_csv`, as a strict version of it is now the default (:issue:`48621`)
513-
- Deprecated :func:`pandas.io.sql.execute`(:issue:`50185`)
513+
- Deprecated ``pandas.io.sql.execute``(:issue:`50185`)
514514
.. ---------------------------------------------------------------------------
515515
516516
.. _whatsnew_200.prior_deprecations:

pandas/tests/io/test_sql.py

+1
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ def test_execute_typeerror(sqlite_iris_engine):
669669

670670

671671
def test_execute_deprecated(sqlite_buildin_iris):
672+
# GH50185
672673
with tm.assert_produces_warning(
673674
FutureWarning,
674675
match="`pandas.io.sql.execute` is deprecated and "

0 commit comments

Comments
 (0)