Skip to content

Commit 8545089

Browse files
committed
Change bench.py to only work with existing databases. #330
1 parent 537348c commit 8545089

File tree

3 files changed

+91
-219
lines changed

3 files changed

+91
-219
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ tests = [
113113
# lxml does not have a PyPy 3.10+ wheel.
114114
'lxml; (implementation_name != "pypy" or python_version <= "3.9")',
115115
"html5lib",
116+
# for bench.py
117+
'numpy; (implementation_name != "pypy" or os_name != "posix")',
116118
# mypy does not work on pypy (yet).
117119
'mypy; implementation_name != "pypy"',
118120
"types-requests",

0 commit comments

Comments
 (0)