• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit / qiskit / 7697990879
90%
main: 88%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-15586-0b8bceb075d9aa72ba17346ce627ab26aaceb1d0
DEFAULT BRANCH: main
Ran 29 Jan 2024 03:13PM UTC
Jobs 1
Files 909
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 Jan 2024 02:55PM UTC coverage: 89.534% (-0.02%) from 89.55%
7697990879

push

github

web-flow
Ignore Pandas import warning in Seaborn (#11665)

* Ignore Pandas import warning in Seaborn

As of Pandas 2.2.0, a `DeprecationWarning` is raised during `import
pandas` if Pyarrow is not installed.  We only use Pandas transitively
through seaborn, so it's not our responsibility to verify the
compatibility; we assume Seaborn will handle things correctly if any
changes are needed around the time of Pandas 3.0.

This warning does not fail the CI test suite because `seaborn` (and thus
`pandas`) gets imported during test collection, _before_ our warning
filters kick in to turn deprecation warnings into errors.  The suite
does fail during the image tests of the `main` branch, though, because
there `seaborn` doesn't get checked until the tests actually run (that
suite assumes that the image-test requirements are present). We don't
see the same CI failure in PR because we use Python 3.8 there, which
Pandas 2.2 doesn't support, but we use Python 3.9 on `main` deliberately
to increase our coverage for things like this.

* Fix regex for Pandas newlines

59548 of 66509 relevant lines covered (89.53%)

221510.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7697990879.1 29 Jan 2024 03:13PM UTC 0
89.53
GitHub Action Run
Source Files on build 7697990879
Detailed source file information is not available for this build.
  • Back to Repo
  • d8e83691 on github
  • Prev Build on gh-readonly-queue/main/pr-11549-8af340c7dc6e6bdf64d8b96c3bc71bf97229ee81 (#7697467191)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc