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

Qiskit / qiskit / 7698413337
88%

Build:
DEFAULT BRANCH: main
Ran 29 Jan 2024 03:42PM 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.549% (-0.001%) from 89.55%
7698413337

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

59558 of 66509 relevant lines covered (89.55%)

221465.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7698413337.1 29 Jan 2024 03:42PM UTC 0
89.55
GitHub Action Run
Source Files on build 7698413337
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)
  • Next Build on main (#7698621266)
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