File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -293,10 +293,6 @@ def test(
293
293
"""
294
294
repos , url_pattern , branch_pattern , upstream_pattern = get_repos ("pyproject.toml" )
295
295
if repo_name :
296
- # Setup only for pymongo
297
- if setup and not repo_name == "mongo-python-driver" :
298
- click .echo (click .style ("Setup only for use with pymongo" , fg = "red" ))
299
- return
300
296
# Show test settings
301
297
if show :
302
298
if repo_name in test_settings_map .keys ():
@@ -406,11 +402,8 @@ def test(
406
402
"--self-contained-html" ,
407
403
]
408
404
)
409
-
410
- if repo_name == "mongo-python-driver" and setup :
411
- command .extend (["setup-tests" ])
412
405
elif repo_name == "mongo-python-driver" :
413
- command .extend (["run-tests " ])
406
+ command .extend (["test " ])
414
407
415
408
command .extend (modules )
416
409
if os .environ .get ("DJANGO_SETTINGS_MODULE" ):
You can’t perform that action at this time.
0 commit comments