Skip to content

Commit

Permalink
build: Remove installation of backends from 'test' extra
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 27, 2023
1 parent 6a347f4 commit 64bb7cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ all = ["pyhf[backends,xmlio,contrib,shellcomplete]"]

# Developer extras
test = [
"pyhf[all]",
"scikit-hep-testdata>=0.4.11",
"pytest>=6.0",
"coverage[toml]>=6.0.0",
Expand Down Expand Up @@ -121,7 +120,7 @@ docs = [
"ipython!=8.7.0", # c.f. https://github.com/scikit-hep/pyhf/pull/2068
]
develop = [
"pyhf[test,docs]",
"pyhf[all,test,docs]",
"tbump>=6.7.0",
"pre-commit",
"nox",
Expand Down

0 comments on commit 64bb7cc

Please sign in to comment.