python3Packages.pint: don't depend on pytest-benchmark

This commit is contained in:
Robert Schütz
2026-04-22 19:38:45 -07:00
parent 5fbed93b08
commit c42235a781
@@ -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";