Skip to content

Commit c9bcae8

Browse files
gerrod3dralley
authored andcommitted
Pin pytest under 8
[noissue]
1 parent bbacbb6 commit c9bcae8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci/ansible/Containerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ADD ./{{ item.name }} ./{{ item.name }}
1111

1212
RUN pip3 install
1313
{%- if s3_test | default(false) -%}
14-
{{ " " }}git+https://github.com/fabricio-aguiar/botocore.git@fix-100-continue
14+
{{ " " }}git+https://github.com/gerrod3/botocore.git@fix-100-continue
1515
{%- endif -%}
1616
{%- for item in plugins -%}
1717
{{ " " }}{{ item.source }}

functest_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git+https://github.com/pulp/pulp-smash.git#egg=pulp-smash
2-
pytest
2+
pytest<8
33
lxml
44
twine
55
pypi-simple

test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ flake8-quotes
77
mock
88
git+https://github.com/pulp/pulp-smash.git#egg=pulp-smash
99
pydocstyle<4
10-
pytest
10+
pytest<8

unittest_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mock
2-
pytest
2+
pytest<8

0 commit comments

Comments
 (0)