'Config.IN_EMULATOR' is a boolean. by tseaver · Pull Request #2381 · googleapis/google-cloud-python

@tseaver

Five tests were being skipped due to false positves (testing
'if Config.IN_EMULATOR is not None:' vs. 'if Config.IN_EMULATOR:'.

@googlebot googlebot added the cla: yes

This human has signed the Contributor License Agreement.

label

Sep 21, 2016

@tseaver tseaver deleted the system_tests-bigtable-false_positive_emulator_test branch

September 21, 2016 20:39

parthea added a commit that referenced this pull request

Nov 24, 2025
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

parthea pushed a commit that referenced this pull request

Apr 1, 2026
…ps (#2381)

This change adds null literal checks during the compilation of eq, ne
and map ops. This aims to resolve the
`test_series_replace_nans_with_pd_na` failure reported in #2248.

Fixes internal issue 417774347 🦕