Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pytest-forked to test requirements #1569

Conversation

tremble
Copy link
Contributor

@tremble tremble commented Oct 26, 2022

SUMMARY

ansible-test is using pytest --forked we need the sub-module installed

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

test-requirements.txt

ADDITIONAL INFORMATION

See also: ansible/ansible#76679

@tremble tremble added backport-3 PR should be backported to the stable-3 branch backport-4 PR should be backported to the stable-4 branch backport-5 PR should be backported to the stable-5 branch labels Oct 26, 2022
@ansibullbot ansibullbot added bug This issue/PR relates to a bug community_review small_patch Hopefully easy to review labels Oct 26, 2022
@tremble tremble requested a review from alinabuzachis October 26, 2022 08:16
@tremble tremble marked this pull request as ready for review October 26, 2022 08:16
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

✔️ ansible-galaxy-importer SUCCESS in 4m 01s
✔️ build-ansible-collection SUCCESS in 5m 52s
✔️ ansible-test-sanity-docker-devel SUCCESS in 9m 49s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 8m 48s
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 8m 57s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 10m 07s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 8m 44s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 6m 28s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 6m 13s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 5m 53s

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded (gate pipeline).

✔️ ansible-galaxy-importer SUCCESS in 4m 14s
✔️ build-ansible-collection SUCCESS in 4m 56s
✔️ ansible-test-sanity-docker-devel SUCCESS in 10m 37s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 11m 31s
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 11m 23s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 8m 59s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 11m 05s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 6m 24s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 5m 59s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 6m 47s

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit 2e0fa2d into ansible-collections:main Oct 26, 2022
@patchback
Copy link

patchback bot commented Oct 26, 2022

Backport to stable-3: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-3/2e0fa2d2ad9c60ccb0346f10046df8defe71e4bb/pr-1569

Backported as #1570

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Oct 26, 2022
add pytest-forked to test requirements

SUMMARY
ansible-test is using pytest --forked we need the sub-module installed
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
test-requirements.txt
ADDITIONAL INFORMATION
See also: ansible/ansible#76679

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Alina Buzachis <None>
(cherry picked from commit 2e0fa2d)
@patchback
Copy link

patchback bot commented Oct 26, 2022

Backport to stable-4: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-4/2e0fa2d2ad9c60ccb0346f10046df8defe71e4bb/pr-1569

Backported as #1571

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Oct 26, 2022
add pytest-forked to test requirements

SUMMARY
ansible-test is using pytest --forked we need the sub-module installed
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
test-requirements.txt
ADDITIONAL INFORMATION
See also: ansible/ansible#76679

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Alina Buzachis <None>
(cherry picked from commit 2e0fa2d)
@patchback
Copy link

patchback bot commented Oct 26, 2022

Backport to stable-5: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-5/2e0fa2d2ad9c60ccb0346f10046df8defe71e4bb/pr-1569

Backported as #1572

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Oct 26, 2022
add pytest-forked to test requirements

SUMMARY
ansible-test is using pytest --forked we need the sub-module installed
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
test-requirements.txt
ADDITIONAL INFORMATION
See also: ansible/ansible#76679

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Alina Buzachis <None>
(cherry picked from commit 2e0fa2d)
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Oct 26, 2022
[PR #1569/2e0fa2d2 backport][stable-3] add pytest-forked to test requirements

This is a backport of PR #1569 as merged into main (2e0fa2d).
SUMMARY
ansible-test is using pytest --forked we need the sub-module installed
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
test-requirements.txt
ADDITIONAL INFORMATION
See also: ansible/ansible#76679

Reviewed-by: Mark Chappell <None>
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Oct 26, 2022
[PR #1569/2e0fa2d2 backport][stable-5] add pytest-forked to test requirements

This is a backport of PR #1569 as merged into main (2e0fa2d).
SUMMARY
ansible-test is using pytest --forked we need the sub-module installed
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
test-requirements.txt
ADDITIONAL INFORMATION
See also: ansible/ansible#76679

Reviewed-by: Mark Chappell <None>
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Oct 26, 2022
[PR #1569/2e0fa2d2 backport][stable-4] add pytest-forked to test requirements

This is a backport of PR #1569 as merged into main (2e0fa2d).
SUMMARY
ansible-test is using pytest --forked we need the sub-module installed
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
test-requirements.txt
ADDITIONAL INFORMATION
See also: ansible/ansible#76679

Reviewed-by: Mark Chappell <None>
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Oct 26, 2022
…ut parameters (#1435)

cloudfront_distribution: add connection_attempts and connection_timeout parameters

Depends-On: #1569
SUMMARY
Missing connection_attempts & connection_timeout.
Closes #1434.
ISSUE TYPE


Docs Pull Request

COMPONENT NAME
cloudfront_distribution

Reviewed-by: Brian Scholer <None>
Reviewed-by: Gonéri Le Bouder <[email protected]>
@tremble tremble deleted the tests/pytest-forked branch February 15, 2023 09:25
@tremble tremble restored the tests/pytest-forked branch February 15, 2023 09:25
@tremble tremble deleted the tests/pytest-forked branch February 15, 2023 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-3 PR should be backported to the stable-3 branch backport-4 PR should be backported to the stable-4 branch backport-5 PR should be backported to the stable-5 branch bug This issue/PR relates to a bug community_review mergeit Merge the PR (SoftwareFactory) small_patch Hopefully easy to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants