|
19 | 19 | "branches": ["main"], // for git |
20 | 20 | // "branches": ["tip"], // for mercurial |
21 | 21 |
|
| 22 | + // This is a frequent source of failures for `--compare`. Check the |
| 23 | + // asv docs for what `build_command` does. |
| 24 | + // Avoid build isolation, that will cause problems. |
| 25 | + "build_command": [ |
| 26 | + "python -m build -wnx -o {build_cache_dir} {build_dir}" |
| 27 | + ], |
| 28 | + |
22 | 29 | // The DVCS being used. If not set, it will be automatically |
23 | 30 | // determined from "repo" by looking at the protocol in the URL |
24 | 31 | // (if remote), or by looking for special directories, such as |
|
30 | 37 | // If missing or the empty string, the tool will be automatically |
31 | 38 | // determined by looking for tools on the PATH environment |
32 | 39 | // variable. |
33 | | - // "environment_type": "virtualenv", |
| 40 | + "environment_type": "virtualenv", |
34 | 41 |
|
35 | 42 | // the base URL to show a commit for the project. |
36 | 43 | "show_commit_url": "http://github.com/PyWavelets/pywt/commit/", |
|
46 | 53 | "matrix": { |
47 | 54 | "numpy": [], |
48 | 55 | "Cython": [], |
| 56 | + "meson-python": [], |
49 | 57 | }, |
50 | 58 |
|
51 | 59 | // The directory (relative to the current directory) that benchmarks are |
|
71 | 79 | // `asv` will cache wheels of the recent builds in each |
72 | 80 | // environment, making them faster to install next time. This is |
73 | 81 | // number of builds to keep, per environment. |
74 | | - // "wheel_cache_size": 0 |
| 82 | + "wheel_cache_size": 20 |
75 | 83 | } |
0 commit comments