15 Commits

Author SHA256 Message Date
AutoGits PR Review Bot
912f7222c8 Merging
PR: python-pytest/_ObsPrj!3
2025-11-07 11:30:39 +00:00
AutoGits PR Review Bot
9685b0dabd auto-created for python-pytest-check
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: python-pytest/python-pytest-check!1
2025-11-06 15:56:41 +00:00
e96a48bc7b Merge branch 'main' into PR_python-pytest-check#1 2025-11-06 16:55:18 +01:00
AutoGits PR Review Bot
c3790de697 auto-created for python-pytest-check
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: python-pytest/python-pytest-check!1
2025-11-06 15:53:27 +00:00
AutoGits prjgit-updater
eb392a2da0 Automatic update via push via Direct Workflow 2025-11-06 14:28:29 +00:00
AutoGits prjgit-updater
035dc633d6 Automatic update via push via Direct Workflow 2025-11-06 13:16:42 +00:00
AutoGits prjgit-updater
9189cdf099 Automatic update via push via Direct Workflow 2025-11-06 12:56:06 +00:00
AutoGits prjgit-updater
c991170768 Automatic package inclusion via Direct Workflow 2025-11-06 12:37:54 +00:00
AutoGits prjgit-updater
7eb1041044 Automatic update via push via Direct Workflow 2025-11-06 12:30:27 +00:00
AutoGits PR Review Bot
9ece841b96 Merging
PR: python-pytest/_ObsPrj!5
2025-11-06 12:27:25 +00:00
9d6e4a04ed gitea: Add issue templates for adding/removing pkgs 2025-11-06 13:09:31 +01:00
AutoGits PR Review Bot
d3950e2e50 Merging
PR: python-pytest/_ObsPrj!4
2025-11-06 12:08:26 +00:00
AutoGits PR Review Bot
10a3387356 auto-created for python-pytest-check
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: python-pytest/python-pytest-check!1
2025-11-05 17:47:56 +00:00
AutoGits PR Review Bot
f7ad1cb04a auto-created for python-pytest-check
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: python-pytest/python-pytest-check!1
2025-11-05 17:15:19 +00:00
AutoGits PR Review Bot
7a4f6bddf7 auto-created for python-pytest-check
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: python-pytest/python-pytest-check!1
2025-11-05 16:30:39 +00:00
6 changed files with 41 additions and 2 deletions

View 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.

View 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.

3
.gitmodules vendored
View File

@@ -355,3 +355,6 @@
[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

1
.profile Submodule

Submodule .profile added at ceeeeb7829