Skip to content

Commit d869947

Browse files
committed
update test definition
1 parent 1d771db commit d869947

File tree

375 files changed

+767
-399
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

375 files changed

+767
-399
lines changed

dataset/formulacode_verified/JDASoftwareGroup_kartothek/549288f9893527f07a2fdb016f7736eb30f62ecc/docker_build_run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ HEAD_SHA="$(git rev-parse --verify HEAD)"
104104

105105
lock_repo_to_current_commit
106106

107+
# install some band-aid packages
108+
micromamba run -n "$ENV_NAME" uv pip install -q --upgrade jinja2 || true
109+
micromamba run -n "$ENV_NAME" uv pip install -q --upgrade pytest || true
110+
107111

108112
# Persist env variables for future shells and auto-activate
109113
cat >>/etc/profile.d/asv_build_vars.sh <<EOF

dataset/formulacode_verified/JDASoftwareGroup_kartothek/549288f9893527f07a2fdb016f7736eb30f62ecc/run_tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ if __name__ == "__main__":
792792
EOF
793793

794794
if [ ! -f jinja_patch_plugin_pandas.py ]; then
795-
uv pip install jinja2
796795
cat > jinja_patch_plugin_pandas.py << 'PY'
797796
import importlib, pathlib, jinja2
798797
@@ -811,6 +810,5 @@ _patch()
811810
PY
812811
fi
813812

814-
uv pip install -U pytest
815813
python formulacode_testrunner.py --all --base ${FORMULACODE_BASE_COMMIT} --extra-args "-p jinja_patch_plugin_pandas"
816814
exit $?

dataset/formulacode_verified/JDASoftwareGroup_kartothek/5cba248cbfe9f7375ea3656850bbc98c7fb1746c/docker_build_run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ HEAD_SHA="$(git rev-parse --verify HEAD)"
104104

105105
lock_repo_to_current_commit
106106

107+
# install some band-aid packages
108+
micromamba run -n "$ENV_NAME" uv pip install -q --upgrade jinja2 || true
109+
micromamba run -n "$ENV_NAME" uv pip install -q --upgrade pytest || true
110+
107111

108112
# Persist env variables for future shells and auto-activate
109113
cat >>/etc/profile.d/asv_build_vars.sh <<EOF

dataset/formulacode_verified/JDASoftwareGroup_kartothek/5cba248cbfe9f7375ea3656850bbc98c7fb1746c/run_tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ if __name__ == "__main__":
792792
EOF
793793

794794
if [ ! -f jinja_patch_plugin_pandas.py ]; then
795-
uv pip install jinja2
796795
cat > jinja_patch_plugin_pandas.py << 'PY'
797796
import importlib, pathlib, jinja2
798797
@@ -811,6 +810,5 @@ _patch()
811810
PY
812811
fi
813812

814-
uv pip install -U pytest
815813
python formulacode_testrunner.py --all --base ${FORMULACODE_BASE_COMMIT} --extra-args "-p jinja_patch_plugin_pandas"
816814
exit $?

dataset/formulacode_verified/PyWavelets_pywt/577e5a9b3a2eb228539fd3e69301edc603b845df/docker_build_run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ HEAD_SHA="$(git rev-parse --verify HEAD)"
104104

105105
lock_repo_to_current_commit
106106

107+
# install some band-aid packages
108+
micromamba run -n "$ENV_NAME" uv pip install -q --upgrade jinja2 || true
109+
micromamba run -n "$ENV_NAME" uv pip install -q --upgrade pytest || true
110+
107111

108112
# Persist env variables for future shells and auto-activate
109113
cat >>/etc/profile.d/asv_build_vars.sh <<EOF

dataset/formulacode_verified/PyWavelets_pywt/577e5a9b3a2eb228539fd3e69301edc603b845df/run_tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ if __name__ == "__main__":
792792
EOF
793793

794794
if [ ! -f jinja_patch_plugin_pandas.py ]; then
795-
uv pip install jinja2
796795
cat > jinja_patch_plugin_pandas.py << 'PY'
797796
import importlib, pathlib, jinja2
798797
@@ -811,6 +810,5 @@ _patch()
811810
PY
812811
fi
813812

814-
uv pip install -U pytest
815813
python formulacode_testrunner.py --all --base ${FORMULACODE_BASE_COMMIT} --extra-args "-p jinja_patch_plugin_pandas"
816814
exit $?

dataset/formulacode_verified/Qiskit_qiskit/03e13ea577ce536acb409f09e30577c14ae5cb24/docker_build_run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ HEAD_SHA="$(git rev-parse --verify HEAD)"
104104

105105
lock_repo_to_current_commit
106106

107+
# install some band-aid packages
108+
micromamba run -n "$ENV_NAME" uv pip install -q --upgrade jinja2 || true
109+
micromamba run -n "$ENV_NAME" uv pip install -q --upgrade pytest || true
110+
107111

108112
# Persist env variables for future shells and auto-activate
109113
cat >>/etc/profile.d/asv_build_vars.sh <<EOF

dataset/formulacode_verified/Qiskit_qiskit/03e13ea577ce536acb409f09e30577c14ae5cb24/run_tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ if __name__ == "__main__":
792792
EOF
793793

794794
if [ ! -f jinja_patch_plugin_pandas.py ]; then
795-
uv pip install jinja2
796795
cat > jinja_patch_plugin_pandas.py << 'PY'
797796
import importlib, pathlib, jinja2
798797
@@ -811,6 +810,5 @@ _patch()
811810
PY
812811
fi
813812

814-
uv pip install -U pytest
815813
python formulacode_testrunner.py --all --base ${FORMULACODE_BASE_COMMIT} --extra-args "-p jinja_patch_plugin_pandas"
816814
exit $?

dataset/formulacode_verified/Qiskit_qiskit/0bc6662d6ce7d5c89fdd293af651ce4706486c21/docker_build_run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ HEAD_SHA="$(git rev-parse --verify HEAD)"
104104

105105
lock_repo_to_current_commit
106106

107+
# install some band-aid packages
108+
micromamba run -n "$ENV_NAME" uv pip install -q --upgrade jinja2 || true
109+
micromamba run -n "$ENV_NAME" uv pip install -q --upgrade pytest || true
110+
107111

108112
# Persist env variables for future shells and auto-activate
109113
cat >>/etc/profile.d/asv_build_vars.sh <<EOF

dataset/formulacode_verified/Qiskit_qiskit/0bc6662d6ce7d5c89fdd293af651ce4706486c21/run_tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ if __name__ == "__main__":
792792
EOF
793793

794794
if [ ! -f jinja_patch_plugin_pandas.py ]; then
795-
uv pip install jinja2
796795
cat > jinja_patch_plugin_pandas.py << 'PY'
797796
import importlib, pathlib, jinja2
798797
@@ -811,6 +810,5 @@ _patch()
811810
PY
812811
fi
813812

814-
uv pip install -U pytest
815813
python formulacode_testrunner.py --all --base ${FORMULACODE_BASE_COMMIT} --extra-args "-p jinja_patch_plugin_pandas"
816814
exit $?

0 commit comments

Comments
 (0)