Skip to content

Commit

Permalink
Remove pytest-console-scripts as a development dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangaline committed Feb 2, 2018
1 parent ff5ab85 commit 56a8ded
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion development-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ m2r>=0.1.12
pluggy==0.5.2
py==1.4.34
pytest==3.2.3
pytest-console-scripts==0.1.3
pytest-sugar==0.9.0
pytest-watch==4.1.0
six==1.11.0
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ignore = E128
max-line-length = 100

[tool:pytest]
script_launch_mode = subprocess
norecursedirs =
.git
.tox
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ passenv =
usedevelop = false
deps =
pytest
pytest-console-scripts
pytest-sugar
pytest-travis-fold
pytest-cov
Expand Down

0 comments on commit 56a8ded

Please sign in to comment.