Skip to content

Commit e9f44aa

Browse files
committed
fix ci
1 parent 0430a39 commit e9f44aa

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

docs/apidocs/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ Qiskit Research API Reference
77
.. toctree::
88
:maxdepth: 1
99

10-
mzm_generation
1110
utils

docs/apidocs/mzm_generation.rst

-2
This file was deleted.

tox.ini

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.25
3-
envlist = py{38,39,310}{,-notebook}, lint, mypy, format, coverage, docs
3+
envlist = py{38,39,310}, lint, mypy, format, coverage, docs
44
isolated_build = True
55

66
[testenv]
@@ -9,31 +9,29 @@ extras =
99
commands =
1010
pytest test/ {posargs}
1111

12-
[testenv:{py38-,py39-,py310-,}notebook]
13-
extras =
14-
dev
15-
commands =
16-
pytest --nbmake --nbmake-timeout=3000 {posargs} docs/
17-
1812
[testenv:lint]
13+
base_python = 3.10
1914
extras =
2015
dev
2116
commands =
2217
pylint qiskit_research test
2318

2419
[testenv:mypy]
20+
base_python = 3.10
2521
extras =
2622
dev
2723
commands =
2824
mypy --exclude=docs/_build .
2925

3026
[testenv:format]
27+
base_python = 3.10
3128
extras =
3229
dev
3330
commands =
3431
black --check .
3532

3633
[testenv:coverage]
34+
base_python = 3.10
3735
extras =
3836
dev
3937
commands =
@@ -43,6 +41,7 @@ commands =
4341
coverage3 report --fail-under=50
4442

4543
[testenv:docs]
44+
base_python = 3.10
4645
extras =
4746
dev
4847
commands =
@@ -51,4 +50,4 @@ commands =
5150
sphinx-build -b html -W {posargs} docs/ docs/_build/html
5251

5352
[pytest]
54-
addopts = --doctest-modules --ignore=docs/getting_started.ipynb
53+
addopts = --doctest-modules

0 commit comments

Comments
 (0)