python3Packages.pint: don't depend on pytest-benchmark (#512558)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user