Skip to content

Commit

Permalink
Pin pulp-smash
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
goosemania committed Dec 20, 2021
1 parent 39a26e8 commit a0c6b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/scripts/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,7 @@ fi
cd ..


git clone --depth=1 https://github.com/pulp/pulp-smash.git

if [ -n "$PULP_SMASH_PR_NUMBER" ]; then
cd pulp-smash
git fetch --depth=1 origin pull/$PULP_SMASH_PR_NUMBER/head:$PULP_SMASH_PR_NUMBER
git checkout $PULP_SMASH_PR_NUMBER
cd ..
fi

pip install --upgrade --force-reinstall ./pulp-smash
pip install pulp-smash==1!0.14.0


git clone --depth=1 https://github.com/pulp/pulp-openapi-generator.git
Expand Down
2 changes: 1 addition & 1 deletion functest_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/pulp/pulp-smash.git#egg=pulp-smash
pulp-smash==1!0.14.0
productmd>=1.25
pytest
git+https://github.com/pulp/pulpcore.git@3.12#egg=pulpcore # re: https://pulp.plan.io/issues/7883

0 comments on commit a0c6b74

Please sign in to comment.