Просмотр исходного кода

test(py3): disable pytest-sentry and pytest-rerunfailures for py36 testing (#17302)

josh 5 лет назад
Родитель
Сommit
9e56577317
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -214,7 +214,7 @@ matrix:
     # Allowed to fail!
     - python: 3.6
       name: 'Python 3.6 backend (no migrations) [Postgres]'
-      env: TEST_SUITE=postgres DB=postgres SENTRY_PYTHON3=1
+      env: TEST_SUITE=postgres DB=postgres SENTRY_PYTHON3=1 PYTEST_ADDOPTS="" PYTEST_SENTRY_ALWAYS_REPORT=no
       services:
         - memcached
         - redis-server