Skip to content

Commit

Permalink
fix: update path to test ignore file
Browse files Browse the repository at this point in the history
This is a bit fragile as the path given here should be related to where pytest is called.
  • Loading branch information
sgaist committed Dec 21, 2023
1 parent 1dd002b commit e0b1bab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is respected by repo2docker's test suite, but not repo2docker
# itself. It is used solely to help us test repo2docker's command line flags.
#
- --extra-ignore-file=ignore-file
- --extra-ignore-file=tests/conda/ignore-file
- --ignore-file-strategy=merge
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is respected by repo2docker's test suite, but not repo2docker
# itself. It is used solely to help us test repo2docker's command line flags.
#
- --extra-ignore-file=ignore-file
- --extra-ignore-file=tests/conda/ignore-file
- --ignore-file-strategy=ours
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is respected by repo2docker's test suite, but not repo2docker
# itself. It is used solely to help us test repo2docker's command line flags.
#
- --extra-ignore-file=ignore-file
- --extra-ignore-file=tests/conda/ignore-file
- --ignore-file-strategy=theirs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is respected by repo2docker's test suite, but not repo2docker
# itself. It is used solely to help us test repo2docker's command line flags.
#
- --extra-ignore-file=ignore-file
- --extra-ignore-file=tests/conda/ignore-file
- --ignore-file-strategy=theirs

0 comments on commit e0b1bab

Please sign in to comment.