python3Packages.pint: don't depend on pytest-benchmark (#512558)

This commit is contained in:
Doron Behar
2026-04-23 07:18:52 +00:00
committed by GitHub
@@ -15,7 +15,6 @@
# tests
pytestCheckHook,
pytest-benchmark,
numpy,
matplotlib,
uncertainties,
@@ -54,12 +53,13 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-benchmark
matplotlib
writableTmpDirAsHomeHook
];
pytestFlags = [ "--benchmark-disable" ];
disabledTestPaths = [
"pint/testsuite/benchmarks"
];
meta = {
changelog = "https://github.com/hgrecco/pint/blob/${version}/CHANGES";