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
Samuel Gaist 2023-12-21 16:31:56 +01:00
rodzic 947b0737e9
commit ecdcf9e53a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 597C200C2BCB5987
4 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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