Compare commits
60 Commits
PR_python-
...
PR_python-
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
3d0802926f | ||
| 4471afccef | |||
| 7a56654751 | |||
| 39833efac6 | |||
|
|
53a61ac9f7 | ||
|
|
27da120686 | ||
|
|
3291fe5cf9 | ||
| 7a97a5e691 | |||
|
|
771240c244 | ||
|
|
a322feeec6 | ||
| 27acc555e9 | |||
|
|
a09d3ed0d2 | ||
| 85803f1cd1 | |||
|
|
f056305c27 | ||
|
|
be94c3815c | ||
|
|
6487e80b8e | ||
|
|
22eb909b94 | ||
|
|
92ba744ff3 | ||
|
|
4e4987789f | ||
|
|
f20e73f512 | ||
|
|
cc17fa4825 | ||
|
|
175df58201 | ||
| 84f37ef7f9 | |||
|
|
15ff25ab12 | ||
|
|
2552ffe673 | ||
|
|
8112722793 | ||
|
|
25b95f6d44 | ||
|
|
e118b5bc7e | ||
|
|
b3916d79c5 | ||
|
|
e8e6b0a825 | ||
|
|
50010d28e4 | ||
|
|
087db4ad17 | ||
|
|
1f0af145e8 | ||
|
|
ac8ff41794 | ||
|
|
9ef843016a | ||
| ab1f2101ed | |||
|
|
a8d099d383 | ||
|
|
8c16c2cd3c | ||
| ea78b18413 | |||
| eba7ca66c9 | |||
| 164aa5c60a | |||
| f0f13a651f | |||
| 4a515169cd | |||
|
|
8b8ebfb116 | ||
|
|
6be7e848ff | ||
|
|
912f7222c8 | ||
|
|
9685b0dabd | ||
| e96a48bc7b | |||
|
|
c3790de697 | ||
|
|
eb392a2da0 | ||
|
|
035dc633d6 | ||
|
|
9189cdf099 | ||
|
|
c991170768 | ||
|
|
7eb1041044 | ||
|
|
9ece841b96 | ||
| 9d6e4a04ed | |||
|
|
d3950e2e50 | ||
|
|
10a3387356 | ||
|
|
f7ad1cb04a | ||
|
|
7a4f6bddf7 |
19
.gitea/issue_template/add_package.md
Normal file
19
.gitea/issue_template/add_package.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
|
||||
name: "Add a package to python-pytest"
|
||||
about: "If you want to add a new package to python-pytest devel project"
|
||||
title: "[ADD] <package name>"
|
||||
ref: "main"
|
||||
assignees: []
|
||||
labels:
|
||||
|
||||
- new_package
|
||||
|
||||
---
|
||||
|
||||
This is where you add a new package to python-pytest devel project. Please replace and specify on one line. You can include any relevant Bugzilla links too.
|
||||
|
||||
org/package#commit_hash
|
||||
|
||||
Where the `commit_hash` could be a branch.
|
||||
|
||||
16
.gitea/issue_template/rm_package.md
Normal file
16
.gitea/issue_template/rm_package.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
name: "Remove package from python-pytest"
|
||||
about: "If you want to remove a package from python-pytest"
|
||||
title: "[RM] <package name>"
|
||||
ref: "main"
|
||||
assignees: []
|
||||
labels:
|
||||
|
||||
- rm_package
|
||||
|
||||
---
|
||||
|
||||
This is where you rm a package from python-pytest devel project. Please specify package in title and target the correct branch of the project.
|
||||
|
||||
|
||||
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -355,3 +355,9 @@
|
||||
[submodule "python-syrupy"]
|
||||
path = python-syrupy
|
||||
url = https://src.opensuse.org/python-pytest/python-syrupy.git
|
||||
[submodule ".profile"]
|
||||
path = .profile
|
||||
url = https://src.opensuse.org/python-pytest/.profile.git
|
||||
[submodule "python-pytest-flake8"]
|
||||
path = python-pytest-flake8
|
||||
url = https://src.opensuse.org/python-pytest/python-pytest-flake8.git
|
||||
|
||||
1
.profile
Submodule
1
.profile
Submodule
Submodule .profile added at 56ace92155
9
_config
9
_config
@@ -24,6 +24,13 @@ Ignore: postgresql14-devel-mini:this-is-only-for-build-envs
|
||||
Ignore: postgresql15-devel-mini:this-is-only-for-build-envs
|
||||
Ignore: postgresql16-devel-mini:this-is-only-for-build-envs
|
||||
|
||||
# Test repo for next python
|
||||
%if "%_repository" == "python314"
|
||||
Macros:
|
||||
%pythons %{?!skip_python3:%{?!skip_python314:python314} %{?!skip_python313:python313}}
|
||||
:Macros
|
||||
%endif
|
||||
|
||||
Macros:
|
||||
%want_reproducible_builds 1
|
||||
%source_date_epoch_from_changelog Y
|
||||
@@ -31,4 +38,4 @@ Macros:
|
||||
%use_source_date_epoch_as_buildtime Y
|
||||
%build_mtime_policy clamp_to_source_date_epoch
|
||||
%_buildhost reproducible
|
||||
:Macros
|
||||
:Macros
|
||||
|
||||
Submodule python-apipkg updated: df6d7f4768...96bb93e28f
Submodule python-pygments-pytest updated: 59dd0b7dc1...740a73ec19
Submodule python-pytest updated: 4266dbfe22...b634a46585
Submodule python-pytest-asyncio updated: 29aa58b7fb...ac867cd2f7
Submodule python-pytest-asyncio0.21 updated: 5927fca050...65307e600e
Submodule python-pytest-black updated: b3b408b951...0f442c9d41
Submodule python-pytest-check updated: 0f05e0b60d...07136da0f7
Submodule python-pytest-datadir updated: 069a435546...4dd75494ef
Submodule python-pytest-describe updated: 2317d3869b...8c2f9af647
Submodule python-pytest-docker updated: 25f849f9b0...058776019f
Submodule python-pytest-echo updated: c61f595148...f3234bd056
1
python-pytest-flake8
Submodule
1
python-pytest-flake8
Submodule
Submodule python-pytest-flake8 added at fb1e2c05e6
Submodule python-pytest-mockito updated: 9e67ce6afd...bb8120d20a
Submodule python-pytest-pycodestyle updated: 767e477071...e7baf79d43
Submodule python-pytest-regressions updated: 22de683723...1ad4edf6fe
Submodule python-pytest-salt-factories updated: dcec4a944c...62db507dce
Submodule python-pytest-shell-utilities updated: a747de2ffd...b4ad08b8dc
Submodule python-pytest-subprocess updated: 2ee92ced5b...06088bb81a
Submodule python-pytest-subtests updated: 6a56c280cc...5080062f5e
Submodule python-pytest-sugar updated: 070f9a5936...8c02279493
Submodule python-pytest-xdist updated: 3ee55ecbee...2888bac4f4
Submodule python-pytest-xvfb updated: 68af6e8bfb...4f02eaa4ed
Reference in New Issue
Block a user