Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 7d3bab6

Browse files
committed
MNT: no network in tests (this time where it is actually called)
1 parent 1a19e31 commit 7d3bab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LOCAL_FT_COMMIT=5ad9b15
66

77
# Test arguments
88
NPROC=2
9-
PYTEST_ARGS="-ra --maxfail=1 --timeout=300 --durations=25 -n $NPROC"
9+
PYTEST_ARGS="-ra --maxfail=1 --timeout=300 --durations=25 -n $NPROC --no-network"
1010

1111

1212
function pre_build {

0 commit comments

Comments
 (0)