Compare commits
No commits in common. "imports/c9-beta/python3.14-pytest-8.3.5-3.el9" and "c10s" have entirely different histories.
imports/c9
...
c10s
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
6
.gitignore
vendored
6
.gitignore
vendored
@ -1 +1,5 @@
|
|||||||
SOURCES/pytest-8.3.5.tar.gz
|
/pytest-*.zip
|
||||||
|
/pytest-*.tar.gz
|
||||||
|
/pytest-*/
|
||||||
|
/results_*/
|
||||||
|
*.rpm
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
70368ff73353eede094b6d91b4401528bcb24d81 SOURCES/pytest-8.3.5.tar.gz
|
|
||||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
21
plans.fmf
Normal file
21
plans.fmf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
discover:
|
||||||
|
- name: Smoke-tests
|
||||||
|
how: shell
|
||||||
|
dist-git-source: true
|
||||||
|
tests:
|
||||||
|
- name: python-import-test
|
||||||
|
test: python3.14 -c 'import pytest'
|
||||||
|
require:
|
||||||
|
- python3.14-pytest
|
||||||
|
duration: 1m
|
||||||
|
- name: unit
|
||||||
|
test: |
|
||||||
|
cd $(dirname $TMT_SOURCE_DIR/pytest*/testing)
|
||||||
|
pip-3.14 install pygments>=2.7.2 hypothesis>=3.56 xmlschema
|
||||||
|
|
||||||
|
pytest-3.14 testing/ -k 'not test_cmdline_python_namespace_package and not test_syspath_prepend_with_namespace_packages'
|
||||||
|
require:
|
||||||
|
- python3.14-pip
|
||||||
|
- python3.14-pytest
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
@ -1,13 +1,3 @@
|
|||||||
## START: Set by rpmautospec
|
|
||||||
## (rpmautospec version 0.6.5)
|
|
||||||
## RPMAUTOSPEC: autorelease, autochangelog
|
|
||||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
||||||
release_number = 3;
|
|
||||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
||||||
print(release_number + base_release_number - 1);
|
|
||||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
||||||
## END: Set by rpmautospec
|
|
||||||
|
|
||||||
%global python3_pkgversion 3.14
|
%global python3_pkgversion 3.14
|
||||||
|
|
||||||
Name: python%{python3_pkgversion}-pytest
|
Name: python%{python3_pkgversion}-pytest
|
||||||
@ -150,13 +140,4 @@ find %{buildroot}%{python3_sitelib} \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
## START: Generated by rpmautospec
|
%autochangelog
|
||||||
* Fri Nov 28 2025 Lukáš Zachar <lzachar@redhat.com> - 8.3.5-3
|
|
||||||
- Add gating
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 8.3.5-2
|
|
||||||
- Convert from Fedora for the Python 3.14 stack in RHEL
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 8.3.5-1
|
|
||||||
- RHEL: Rename SPEC to python3.14-pytest.spec
|
|
||||||
## END: Generated by rpmautospec
|
|
||||||
Loading…
Reference in New Issue
Block a user