Skip to content

Commit 7bb2e07

Browse files
committed
Add new conftest.py module to distgen files
1 parent 3d9cd6c commit 7bb2e07

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

manifest-minimal.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ SYMLINK_RULES:
205205
- src: ../../test/test_helm_python_imagestreams.py
206206
dest: test/test_helm_python_imagestreams.py
207207

208+
- src: ../../test/conftest.py
209+
dest: test/conftest.py
210+
208211
- src: ../../test/constants.py
209212
dest: test/constants.py
210213

manifest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ SYMLINK_RULES:
204204
- src: ../../test/test_helm_python_imagestreams.py
205205
dest: test/test_helm_python_imagestreams.py
206206

207+
- src: ../../test/conftest.py
208+
dest: test/conftest.py
209+
207210
- src: ../../test/constants.py
208211
dest: test/constants.py
209212

0 commit comments

Comments
 (0)