@@ -65,3 +65,7 @@ htmlcov/
|
||||
|
||||
# Ignore files cached by Hypothesis (including examples directory so far)
|
||||
.hypothesis/
|
||||
|
||||
# per-project directories for virtual environments
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
+1
-1
@@ -61,7 +61,7 @@ addopts = "--durations=20 --doctest-modules --doctest-glob='*.rst'"
|
||||
norecursedirs = ['docs/plots', 'demo', '.eggs', '.git']
|
||||
filterwarnings = ['error::DeprecationWarning']
|
||||
xfail_strict = true
|
||||
timeout = 300
|
||||
timeout = 600
|
||||
[tool.coverage.run]
|
||||
branch = true
|
||||
omit = ['mpmath/tests/*']
|
||||
|
||||
Reference in New Issue
Block a user