Skip to content

Commit fa008a6

Browse files
committed
Update noxfile
1 parent 622d409 commit fa008a6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

noxfile.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,6 @@ def minimums(session: nox.Session) -> None:
124124
_cleanup(session)
125125

126126

127-
@nox.session(reuse_venv=True, venv_backend="uv", python=PYTHON_ALL_VERSIONS)
128-
def qiskit(session: nox.Session) -> None:
129-
"""Tests against the latest version of Qiskit."""
130-
_run_tests(
131-
session,
132-
extra_command=["uv", "pip", "install", "qiskit[qasm3-import] @ git+https://github.com/Qiskit/qiskit.git"],
133-
)
134-
env = {"UV_PROJECT_ENVIRONMENT": session.virtualenv.location}
135-
session.run("uv", "pip", "show", "qiskit", env=env)
136-
137-
138127
@nox.session(reuse_venv=True)
139128
def docs(session: nox.Session) -> None:
140129
"""Build the docs. Use "--non-interactive" to avoid serving. Pass "-b linkcheck" to check links."""

0 commit comments

Comments
 (0)