aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-05-23 22:34:11 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-05-23 22:34:11 +0100
commit604ad8c926f422abae150f53742c27a211f10df3 (patch)
tree94006a81817214184dafabf0e89f9b99ecb3216d
parent3eb799b67c9d6cc7905c9e5ce7210a53ed7f2b66 (diff)
removed pytest-sugar so we can switch off colour
Diffstat (limited to '')
-rw-r--r--requirements/local.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements/local.txt b/requirements/local.txt
index 54e48c2..fba9818 100644
--- a/requirements/local.txt
+++ b/requirements/local.txt
@@ -6,7 +6,6 @@ psycopg2-binary # https://github.com/psycopg/psycopg2
# Testing
# ------------------------------------------------------------------------------
pytest # https://github.com/pytest-dev/pytest
-pytest-sugar # https://github.com/Frozenball/pytest-sugar
# Code quality
# ------------------------------------------------------------------------------