We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 338c1c6 + 7d2977a commit fa71803Copy full SHA for fa71803
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
python-version: '3.8'
34
architecture: 'x64'
35
- run: pip install -r requirements.txt
36
- - name: Test for ${{ matrix.pact_provider }}
+ - name: Test pactflow-example-consumer-python against ${{ matrix.pact_provider }}
37
run: make test
38
env:
39
PACT_PROVIDER: ${{ matrix.pact_provider }}
requirements.txt
@@ -1,4 +1,4 @@
1
Flask==1.1.1
2
pytest==5.4.1
3
-requests==2.23.0
4
-pact_python==1.2.6
+requests==2.28.0
+pact_python==2.0.0
0 commit comments