Skip to content

Commit ecdcf9e

Browse files
committed
fix: update path to test ignore file
This is a bit fragile as the path given here should be related to where pytest is called.
1 parent 947b073 commit ecdcf9e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is respected by repo2docker's test suite, but not repo2docker
22
# itself. It is used solely to help us test repo2docker's command line flags.
33
#
4-
- --extra-ignore-file=ignore-file
4+
- --extra-ignore-file=tests/conda/ignore-file
55
- --ignore-file-strategy=merge
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is respected by repo2docker's test suite, but not repo2docker
22
# itself. It is used solely to help us test repo2docker's command line flags.
33
#
4-
- --extra-ignore-file=ignore-file
4+
- --extra-ignore-file=tests/conda/ignore-file
55
- --ignore-file-strategy=ours
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is respected by repo2docker's test suite, but not repo2docker
22
# itself. It is used solely to help us test repo2docker's command line flags.
33
#
4-
- --extra-ignore-file=ignore-file
4+
- --extra-ignore-file=tests/conda/ignore-file
55
- --ignore-file-strategy=theirs
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is respected by repo2docker's test suite, but not repo2docker
22
# itself. It is used solely to help us test repo2docker's command line flags.
33
#
4-
- --extra-ignore-file=ignore-file
4+
- --extra-ignore-file=tests/conda/ignore-file
55
- --ignore-file-strategy=theirs

0 commit comments

Comments
 (0)