Skip to content

Commit ec93b36

Browse files
Use --assert=plain in pytest opts (avoid scipy=0.15 related fail)
1 parent f7ebd8d commit ec93b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ parentdir_prefix = "pyrolite-"
101101

102102
[tool.pytest.ini_options]
103103
python_files = "*.py"
104-
addopts = "--cov=pyrolite --cov-report html --cov-report xml --cov-report term-missing"
104+
addopts = "--assert=plain --cov=pyrolite --cov-report html --cov-report xml --cov-report term-missing"
105105
testpaths = ["test"]
106106
pythonpath = ["."]

0 commit comments

Comments
 (0)