diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-23 22:34:11 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-23 22:34:11 +0100 |
commit | 604ad8c926f422abae150f53742c27a211f10df3 (patch) | |
tree | 94006a81817214184dafabf0e89f9b99ecb3216d /requirements/local.txt | |
parent | 3eb799b67c9d6cc7905c9e5ce7210a53ed7f2b66 (diff) |
removed pytest-sugar so we can switch off colour
Diffstat (limited to 'requirements/local.txt')
-rw-r--r-- | requirements/local.txt | 1 |
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 # ------------------------------------------------------------------------------ |