Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit e392202

Browse files
committed
Removed pytest-sugar dev dependency
1 parent 27a734d commit e392202

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ coverage:
1818
py.test --cov-report term-missing --cov precise_bbcode
1919

2020
spec:
21-
py.test --spec -p no:sugar
21+
py.test --spec
2222

2323
travis: install lint coverage isort
2424

dev-requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pytest-cov>=1.8
44
pytest-django>=2.8
55
pytest-spec>=0.2
66
pytest-pythonpath
7-
pytest-sugar>=0.7.0
87
coverage>=3.7
98
codecov>=1.6
109
tox>=2.1.0

0 commit comments

Comments
 (0)