Skip to content

Commit e8eee7c

Browse files
committed
Temporarily disable binary package tests.
1 parent cf2a6fc commit e8eee7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ sources = ["src/testbed"]
1919
test_sources = ["tests"]
2020

2121
requires = [
22-
"cryptography; python_version < '3.13'",
23-
"lru_dict; python_version < '3.13'",
24-
"pillow; python_version < '3.13'",
25-
"numpy; python_version < '3.13'",
26-
"pandas; python_version < '3.13'",
22+
# "cryptography; python_version < '3.13'",
23+
# "lru_dict; python_version < '3.13'",
24+
# "pillow; python_version < '3.13'",
25+
# "numpy; python_version < '3.13'",
26+
# "pandas; python_version < '3.13'",
2727
]
2828
test_requires = [
2929
"pytest",

0 commit comments

Comments
 (0)