Skip to content

Commit 47d76b1

Browse files
committed
Add workaround for windows bug with < in dependencies
1 parent 43dd8d9 commit 47d76b1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,24 @@ test-command = [
166166
"pytest {project}/tests/unit -k \"not (test_deserialize_date_range_year or test_datetype or test_libevreactor)\"",
167167
]
168168

169+
# Work around Windows + test-groups + '<' bug
170+
test-groups = []
171+
test-requires = [
172+
"pytest<9.0.0",
173+
"PyYAML",
174+
"pytz",
175+
"scales",
176+
"pure-sasl",
177+
"twisted[tls]",
178+
"gevent",
179+
"eventlet>=0.33.3",
180+
"cython",
181+
"packaging",
182+
"futurist",
183+
"asynctest",
184+
"pyyaml",
185+
"ccm @ git+https://github.com/scylladb/scylla-ccm.git@master",
186+
]
187+
169188
# TODO: set CASS_DRIVER_BUILD_EXTENSIONS_ARE_MUST to yes when https://github.com/scylladb/python-driver/issues/429 is fixed
170189
environment = { CASS_DRIVER_BUILD_CONCURRENCY = "2", CASS_DRIVER_BUILD_EXTENSIONS_ARE_MUST = "no" }

0 commit comments

Comments
 (0)