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 Feb 5, 2024
1 parent 947b073 commit ecdcf9e
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 ecdcf9e

Please sign in to comment.