Skip to content

Commit

Permalink
Remove basetest env
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Sep 10, 2024
1 parent d014a7c commit 34021fb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,13 @@ dependencies = [
dev = [
"qiskit-addon-sqd[test,nbtest,lint,docs]",
]
basetest = [
test = [
"tox>=4.0",
"pytest>=8.0",
"pytest-cov>=5.0",
]
test = [
"qiskit-addon-sqd[basetest]",
]
nbtest = [
"qiskit-addon-sqd[basetest]",
"qiskit-addon-sqd[test]",
"nbmake>=1.5.0",
]
style = [
Expand All @@ -68,7 +65,7 @@ notebook-dependencies = [
"qiskit-ibm-runtime",
]
docs = [
"qiskit-addon-sqd[basetest,notebook-dependencies]",
"qiskit-addon-sqd[test,notebook-dependencies]",
"qiskit-sphinx-theme~=2.0.0",
"jupyter-sphinx",
"sphinx-design",
Expand Down

0 comments on commit 34021fb

Please sign in to comment.