8000 TST: GH30999 Add placeholder messages to pandas/tests/io/test_sql.py and remove test for numexpr < 2.6.8 by moink · Pull Request #38920 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

TST: GH30999 Add placeholder messages to pandas/tests/io/test_sql.py and remove test for numexpr < 2.6.8 #38920

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
TST: 30999 uncomment pytest skip for TestXMySQL
  • Loading branch information
moink committed Jan 3, 2021
commit 65e3124fdbee793ef9918ba8b9d4f16ce2e1be7e
6 changes: 3 additions & 3 deletions pandas/tests/io/test_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -2755,9 +2755,9 @@ def clean_up(test_table_to_drop):

@pytest.mark.single
@pytest.mark.db
# @pytest.mark.skip(
# reason="gh-13611: there is no support for MySQL if SQLAlchemy is not installed"
# )
@pytest.mark.skip(
reason="gh-13611: there is no support for MySQL if SQLAlchemy is not installed"
)
class TestXMySQL(MySQLMixIn):
@pytest.fixture(autouse=True, scope="class")
def setup_class(cls):
Expand Down
0