mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
PY-23217: Support django-nose
When django nose runner is used we need to: * Use it instead of old TeamCityRunner * Add new (Leonid's) nose plugin to NOSE_PLUGINS so it could report tests in TC protocol
This commit is contained in:
@@ -15,8 +15,8 @@ envs {
|
||||
conda "django19", "2.7", ["django==1.9", "tox", "nose", "pytest", "behave", "lettuce>=0.2.22"], true
|
||||
textfile "django19/tags.txt", "python2.7\ndjango\nnose\npytest\nbehave\nlettuce\npackaging\ntox"
|
||||
|
||||
conda "django110", "3.4", ["django==1.10"], false
|
||||
textfile "django110/tags.txt", "python3.4\ndjango\nskeletons"
|
||||
conda "django110", "3.4", ["django==1.10", "django-nose"], false
|
||||
textfile "django110/tags.txt", "python3.4\ndjango\nskeletons\ndjango-nose"
|
||||
|
||||
conda "django111", "3.4", ["django==1.11"], true
|
||||
textfile "django111/tags.txt", "python3.4\ndjango"
|
||||
|
||||
Reference in New Issue
Block a user