From: lkcl Date: Wed, 13 Dec 2023 22:36:45 +0000 (+0000) Subject: remove pytest option which hard-codes assumptions about installed version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfb9d7f312ebb5f394414b5e1ea8f03728af4489;p=openpower-isa.git remove pytest option which hard-codes assumptions about installed version --- diff --git a/pyproject.toml b/pyproject.toml index 500ba80e..62ddc8f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,5 +9,4 @@ addopts = [ "auto", "--shorten-output-dir=test-out", "--dist=load", - "--maxschedchunk=1", ]