File tree Expand file tree Collapse file tree 5 files changed +0
-17
lines changed Expand file tree Collapse file tree 5 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -1101,15 +1101,6 @@ jobs:
1101
1101
&& '4.0.0-2'
1102
1102
|| '2.6.0-1'
1103
1103
}}${{ steps.distribution-meta.outputs.dist-tag }}.noarch.rpm
1104
- https://rpmfind.net/linux/epel/"$(
1105
- rpm --eval '%{rhel}'
1106
- )"/Everything/x86_64/Packages/p/python3-pytest-forked-${{
1107
- contains(matrix.target-container.tag, 'ubi9')
1108
- && '1.4.0'
1109
- || '1.0.2'
1110
- }}-1${{
1111
- steps.distribution-meta.outputs.dist-tag
1112
- }}.noarch.rpm
1113
1104
https://rpmfind.net/linux/epel/"$(
1114
1105
rpm --eval '%{rhel}'
1115
1106
)"/Everything/x86_64/Packages/p/python3-pytest-xdist-${{
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ Source14: %{pypi_source typing_extensions 4.12.2}
56
56
%endif
57
57
Source15: %{pypi_source pytest 6.2.4}
58
58
Source16: %{pypi_source pytest-cov 2.12.1}
59
- Source17: %{pypi_source pytest-forked 1.3.0}
60
59
Source18: %{pypi_source pytest-xdist 2.3.0}
61
60
Source19: %{pypi_source iniconfig 1.1.1}
62
61
Source20: %{pypi_source attrs 20.3.0}
@@ -77,7 +76,6 @@ BuildRequires: openssh-clients
77
76
%if 0%{?rhel }
78
77
BuildRequires: python3dist(pytest)
79
78
BuildRequires: python3dist(pytest-cov)
80
- BuildRequires: python3dist(pytest-forked)
81
79
BuildRequires: python3dist(pytest-xdist)
82
80
BuildRequires: python3dist(tox)
83
81
%endif
@@ -166,8 +164,6 @@ PYTHONPATH="$(pwd)/bin" \
166
164
PYTHONPATH= "$(pwd)/bin" \
167
165
%{__python3} -m pip install --no-deps -t bin %{SOURCE16 }
168
166
PYTHONPATH= "$(pwd)/bin" \
169
- %{__python3} -m pip install --no-deps -t bin %{SOURCE17 }
170
- PYTHONPATH= "$(pwd)/bin" \
171
167
%{__python3} -m pip install --no-deps -t bin %{SOURCE18 }
172
168
PYTHONPATH= "$(pwd)/bin" \
173
169
%{__python3} -m pip install --no-deps -t bin %{SOURCE19 }
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ faulthandler_timeout = 30
49
49
filterwarnings =
50
50
error
51
51
ignore:Coverage disabled via --no-cov switch!:pytest.PytestWarning:pytest_cov.plugin
52
- ignore:pytest-forked xfail support is incomplete at the moment and may output a misleading reason message:RuntimeWarning:pytest_forked
53
52
54
53
# FIXME: drop this once `pytest-cov` is updated.
55
54
# Ref: https://github.com/pytest-dev/pytest-cov/issues/557
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ def ssh_channel(ssh_client_session):
33
33
chan .close ()
34
34
35
35
36
- @pytest .mark .forked
37
36
def exec_second_command (ssh_channel ):
38
37
"""Check the standard output of ``exec_command()`` as a string."""
39
38
u_cmd = ssh_channel .exec_command ('echo -n Hello Again' )
Original file line number Diff line number Diff line change 18
18
coverage >= 5.3
19
19
pytest
20
20
pytest-cov
21
- pytest-forked
22
21
pytest-xdist
23
22
passenv =
24
23
PYTHONPATH
44
43
expandvars
45
44
pytest
46
45
pytest-cov
47
- pytest-forked
48
46
pytest-xdist
49
47
setenv =
50
48
ANSIBLE_PYLIBSSH_CYTHON_TRACING = {env:ANSIBLE_PYLIBSSH_CYTHON_TRACING:1}
You can’t perform that action at this time.
0 commit comments