aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-06-03 16:00:39 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-06-03 16:00:39 +0100
commit2cbe9ea65ddd9643c61760cca77f06f9e603d53f (patch)
tree76458a2b54282976ad702bc13ce263d6b39816ee
parenta5fa9a5a33e180965613f0d614338dd5df7d1e2d (diff)
colour can come back to pytest if we use solarized light
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 958f364..c0401a1 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -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