Skip to content

Commit

Permalink
add lhapdf-management to test group
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Oct 22, 2024
1 parent c582dd6 commit 6bdff91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ setuptools = "^69.0"
optional = true

[tool.poetry.group.test.dependencies]
lhapdf-management = { version = "^0.5" }
nnpdf = { git = "https://github.com/NNPDF/nnpdf" }
pytest = "^7.1.3"
pytest-cov = "^4.0.0"
Expand Down
5 changes: 0 additions & 5 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@

from pineko import utils

try:
import nnpdf_data
except ImportError:
nnpdf_data = None

@pytest.mark.skipif(nnpdf_data is None, reason="nnpdf extras are not installed in the pypi package creation workflow")
@pytest.mark.parametrize(
"dsname", ["HERA_NC_318GEV_EAVG_CHARM-SIGMARED", "ATLAS_DY_7TEV_46FB_CC"]
)
Expand Down

0 comments on commit 6bdff91

Please sign in to comment.