python312Packages.yoda: 2.0.1 -> 2.0.2
[NixPkgs.git] / pkgs / development / python-modules / pydantic-core / 01-remove-benchmark-flags.patch
bloba5c27e469a92c1f93ae0dade211cfb2e7664d58b
1 diff --git a/pyproject.toml b/pyproject.toml
2 index 1602e32..507048d 100644
3 --- a/pyproject.toml
4 +++ b/pyproject.toml
5 @@ -72,13 +72,6 @@ filterwarnings = [
7 timeout = 30
8 xfail_strict = true
9 -# min, max, mean, stddev, median, iqr, outliers, ops, rounds, iterations
10 -addopts = [
11 - '--benchmark-columns', 'min,mean,stddev,outliers,rounds,iterations',
12 - '--benchmark-group-by', 'group',
13 - '--benchmark-warmup', 'on',
14 - '--benchmark-disable', # this is enable by `make benchmark` when you actually want to run benchmarks
17 [tool.coverage.run]
18 source = ['pydantic_core']