Skip to content

Commit

Permalink
Merge pull request #11 from pactflow/deps/python_3_11_pact_python_2.2.2
Browse files Browse the repository at this point in the history
deps: test against python 3.11 / update pact-python 2.2.2
  • Loading branch information
YOU54F authored Nov 13, 2024
2 parents ebf8ba8 + e3170dd commit b6bea84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
# 'pactflow-example-bi-directional-provider-dotnet'
]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.11'
architecture: 'x64'
- run: pip install -r requirements.txt
- name: Test pactflow-example-consumer-python against ${{ matrix.pact_provider }}
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: docker pull pactfoundation/pact-cli:latest
- name: Can I deploy?
run: GIT_BRANCH=${GIT_REF:11} make can_i_deploy
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
needs: can-i-deploy
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: docker pull pactfoundation/pact-cli:latest
- name: Deploy
run: GIT_BRANCH=${GIT_REF:11} make deploy
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ build/
pacts/
logs/
*.log

.venv
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.1
pytest==5.4.1
pytest==6.2.5
requests==2.28.0
pact_python==2.0.0
pact_python==2.2.2

0 comments on commit b6bea84

Please sign in to comment.