diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-06-03 16:00:39 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-06-03 16:00:39 +0100 |
commit | 2cbe9ea65ddd9643c61760cca77f06f9e603d53f (patch) | |
tree | 76458a2b54282976ad702bc13ce263d6b39816ee | |
parent | a5fa9a5a33e180965613f0d614338dd5df7d1e2d (diff) |
colour can come back to pytest if we use solarized light
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [pytest] addopts = - --ds=config.settings.test --color=no --disable-warnings --nomigrations --reuse-db + --ds=config.settings.test --disable-warnings --nomigrations --reuse-db filterwarnings = ignore::DeprecationWarning python_files = tests.py test_*.py |