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

Qiskit / qiskit / 22200334079 / 1
88%
main: 88%

Build:
DEFAULT BRANCH: main
Ran 19 Feb 2026 09:53PM UTC
Files 897
Run time 32s
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

19 Feb 2026 08:49PM UTC coverage: 87.962% (-0.02%) from 87.977%
22200334079.1

push

github

web-flow
Replace `requirements-*.txt` with PEP 735 dependency groups (#15619)

* Replace `requirements-dev.txt` with PEP 735 dependency groups

We previously managed all our "developer" dependencies using a separate
`requirements-dev.txt` file, which got installed as a catch-all.  This
caused problems when trying to update the version of Sphinx used in the
documentation build, since Sphinx now has a more aggressive policy of
dropping older Python-version support.  We do not actually need the
documentation build to run on _all_ versions of Python, and we probably
want to have one main blessed/locked environment that generates it
reliably.

PEP 735 dependency groups let us specify several sets of dependencies
directly in the `pyproject.toml` file, and modern `pip` (>=25.1)
supports `pip install --group <group>` to install them (as do other
modern tools like `uv`).  This lets us split up `build`, `test`, `lint`
and `doc` as separate concerns that _can_ be installed separately
easily.  For convenience, we also provide `dev`, which is the union of
all of the above.

* Update pip before use in image tests

* Correct typo in dependency-group name

* Correct pre-installation tox command

* Correct PGO installation command

* Configure cibuildwheel to use the test group directly

* Move `requirements-optional.txt` into `optionals-all` group

* Correct dangling reference to `requirements-optionals.txt`

100274 of 113997 relevant lines covered (87.96%)

1153983.03 hits per line

Source Files on job 22200334079.1
  • Tree
  • List 897
  • Changed 4
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22200334079
  • 6deb2ec8 on github
  • Prev Job for on main (#22186625086.1)
  • Next Job for on main (#22234365408.1)
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