Skip to content

Commit c705395

Browse files
committed
Use single worker for tests because sequence does not support schema
1 parent 19ee9c6 commit c705395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ban-relative-imports = True
6161
inline-quotes = "
6262
6363
[tool:pytest]
64-
addopts= --tb native -n4 -v -r fxX --maxfail=25 -p no:warnings
64+
addopts= --tb native -n1 -v -r fxX --maxfail=25 -p no:warnings
6565
python_files=tests/*test_*.py
6666
# python_functions=test_round_trip_same_named_column
6767
# log_level=DEBUG

0 commit comments

Comments
 (0)