加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test_fast.sh 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jeff Reback 提交于 2019-01-01 15:06 . CI: fix db usage in CI (#24529)
#!/bin/bash
# Workaround for pytest-xdist flaky collection order
# https://github.com/pytest-dev/pytest/issues/920
# https://github.com/pytest-dev/pytest/issues/1075
export PYTHONHASHSEED=$(python -c 'import random; print(random.randint(1, 4294967295))')
pytest pandas --skip-slow --skip-network --skip-db -m "not single" -n 4 -r sxX --strict "$@"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化