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

Qiskit / qiskit / 22200334079
88%

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

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

Uncovered Existing Lines

Lines Coverage ∆ File
6
97.63
-0.47% crates/qasm2/src/parse.rs
7
92.29
-0.26% crates/qasm2/src/lex.rs
10
73.69
-0.41% crates/circuit/src/parameter/symbol_expr.rs
Jobs
ID Job ID Ran Files Coverage
1 22200334079.1 19 Feb 2026 09:53PM UTC 897
87.96
GitHub Action Run
Source Files on build 22200334079
  • Tree
  • List 897
  • Changed 4
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22200334079
  • 6deb2ec8 on github
  • Prev Build on gh-readonly-queue/main/pr-15701-f55ccba20fe094603a0277d3a7119c09fb20b056 (#22186625086)
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