Skip to content

Commit

Permalink
馃毃 Remove dependency on pytest-sugar
Browse files Browse the repository at this point in the history
pytest-sugar does not work with current pytest, as per
Teemu/pytest-sugar#187. It's not vital to our test process, so we will
do without. Closes #897.
  • Loading branch information
rixx committed Mar 14, 2020
1 parent 3c7cc38 commit 301755a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/setup.py
Expand Up @@ -139,7 +139,6 @@ def run(self):
"pytest-django",
"pytest-mock",
"pytest-rerunfailures",
"pytest-sugar",
"pytest-tldr",
"responses",
"semantic-version==2.6.0", # https://github.com/bitprophet/releases/issues/84
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -25,7 +25,6 @@ deps =
tests: pytest-django
tests: pytest-mock
tests: pytest-rerunfailures
tests: pytest-sugar
tests: pytest-xdist
tests: urllib3
release: twine
Expand Down

0 comments on commit 301755a

Please sign in to comment.