kopia lustrzana https://github.com/jupyterhub/repo2docker
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.pull/1325/head
rodzic
947b0737e9
commit
ecdcf9e53a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue