We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107bb6d commit 3c201e0Copy full SHA for 3c201e0
2 files changed
template/.config/copier/mise/tasks/bench.sh
@@ -16,6 +16,9 @@ function is-true() {
16
esac
17
}
18
19
+# ref: <https://github.com/scientific-python/lazy-loader#early-failure>
20
+export EAGER_IMPORT=1
21
+
22
if is-true "${CI-}"; then
23
pytest --codspeed "$@"
24
else
template/.config/copier/mise/tasks/test.sh
pytest --junit-xml="junit.xml" --cov --cov-branch --benchmark-disable --numprocesses="auto" "$@"
0 commit comments