Merge pull request #266301 from SuperSandro2000/pytest-regressions-deps

python3.pkgs.pytest-regressions: align dependencies with upstream
This commit is contained in:
Mario Rodas
2023-11-26 10:46:04 -05:00
committed by GitHub
@@ -36,17 +36,15 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
numpy
pandas
pillow
pytest-datadir
pyyaml
];
nativeCheckInputs = [
pytestCheckHook
matplotlib
pandas
pytestCheckHook
];
pythonImportsCheck = [
@@ -54,6 +52,12 @@ buildPythonPackage rec {
"pytest_regressions.plugin"
];
passthru.optional-dependencies = {
dataframe = [ pandas numpy ];
image = [ numpy pillow ];
num = [ numpy pandas ];
};
meta = with lib; {
description = "Pytest fixtures to write regression tests";
longDescription = ''