File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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
170189environment = { CASS_DRIVER_BUILD_CONCURRENCY = " 2" , CASS_DRIVER_BUILD_EXTENSIONS_ARE_MUST = " no" }
You can’t perform that action at this time.
0 commit comments