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

Qiskit / qiskit / 22199538435
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-15619-4e390fd8c43dfa207c4db88fc0058959b584416a
DEFAULT BRANCH: main
Ran 19 Feb 2026 09:21PM 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.952% (-0.03%) from 87.977%
22199538435

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`

100263 of 113997 relevant lines covered (87.95%)

1152520.9 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
93.82
-0.24% crates/qasm2/src/expr.rs
7
91.52
-1.03% crates/qasm2/src/lex.rs
11
73.65
-0.45% crates/circuit/src/parameter/symbol_expr.rs
12
97.15
-0.95% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 22199538435.1 19 Feb 2026 09:21PM UTC 897
87.95
GitHub Action Run
Source Files on build 22199538435
  • Tree
  • List 897
  • Changed 5
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22199538435
  • 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