Compare commits
15 Commits
PR_python-
...
main
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
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.
|
||||
|
||||
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
1
.profile
Submodule
Submodule .profile added at ceeeeb7829
Submodule python-pytest-check updated: 0f05e0b60d...07136da0f7
Submodule python-pytest-datadir updated: 069a435546...4dd75494ef
Reference in New Issue
Block a user